coolify/app/Jobs
Andras Bacsai 9a4b4280be refactor(jobs): split task skip checks into critical and runtime phases
Move expensive runtime checks (service/application status) after cron
validation to avoid running them for tasks that aren't due. Critical
checks (orphans, infrastructure) remain in first phase.

Also fix database heading parameters to be built from the model.
2026-02-28 18:37:51 +01:00
..
ApplicationDeploymentJob.php fix(healthchecks): remove redundant newline sanitization from CMD healthcheck 2026-02-25 12:08:24 +01:00
ApplicationPullRequestUpdateJob.php fix(preview): docker compose preview URLs (#7959) 2026-01-15 14:03:10 +01:00
CheckAndStartSentinelJob.php
CheckForUpdatesJob.php Fix: Version downgrade prevention - validate cache and add running version checks 2025-11-28 16:05:41 +01:00
CheckHelperImageJob.php Fix: Prevent version downgrades and centralize CDN configuration (#7383) 2025-11-28 15:20:33 +01:00
CheckTraefikVersionForServerJob.php Add real-time UI updates after Traefik version check 2025-12-03 09:56:04 +01:00
CheckTraefikVersionJob.php refactor: send immediate Traefik version notifications instead of delayed aggregation 2025-11-18 14:54:21 +01:00
CleanupHelperContainersJob.php
CleanupInstanceStuffsJob.php
CleanupOrphanedPreviewContainersJob.php fix: Escape container name in orphaned PR cleanup job 2025-12-08 20:09:00 +01:00
CleanupStaleMultiplexedConnections.php
ConnectProxyToNetworksJob.php Optimize PushServerUpdateJob performance with batch updates and async jobs 2025-12-15 14:06:32 +01:00
CoolifyTask.php feat: streamline S3 restore with single-step flow and improved UI consistency 2025-11-17 10:05:18 +01:00
DatabaseBackupJob.php feat(scheduler): add pagination to skipped jobs and filter manager start events 2026-02-28 16:23:58 +01:00
DeleteResourceJob.php Merge branch 'next' into shadow/fix-docker-time-command 2025-11-28 10:25:42 +01:00
DockerCleanupJob.php feat(scheduler): add pagination to skipped jobs and filter manager start events 2026-02-28 16:23:58 +01:00
GithubAppPermissionJob.php
ProcessGithubPullRequestWebhook.php fix(git): trigger deployments when watch_paths is empty 2026-01-07 19:15:16 +01:00
PullChangelog.php
PullTemplatesFromCDN.php
PushServerUpdateJob.php feat(jobs): optimize async job dispatches and enhance Stripe subscription sync 2026-02-28 13:18:44 +01:00
RegenerateSslCertJob.php
RestartProxyJob.php Fix container name conflict during proxy restart 2025-12-03 16:30:27 +01:00
ScheduledJobManager.php refactor(jobs): split task skip checks into critical and runtime phases 2026-02-28 18:37:51 +01:00
ScheduledTaskJob.php feat(scheduler): add pagination to skipped jobs and filter manager start events 2026-02-28 16:23:58 +01:00
SendMessageToDiscordJob.php
SendMessageToPushoverJob.php
SendMessageToSlackJob.php feat(notifications): add mattermost notifications (#7963) 2026-01-15 21:59:51 +01:00
SendMessageToTelegramJob.php
SendWebhookJob.php
ServerCheckJob.php chore: prepare for PR 2026-02-15 13:42:58 +01:00
ServerCleanupMux.php
ServerConnectionCheckJob.php fix(jobs): handle queue timeouts gracefully in Horizon (#8360) 2026-02-15 13:43:23 +01:00
ServerFilesFromServerJob.php
ServerLimitCheckJob.php
ServerManagerJob.php feat(jobs): add queue delay resilience to scheduled job execution 2026-02-28 15:06:25 +01:00
ServerPatchCheckJob.php
ServerStorageCheckJob.php chore: prepare for PR 2026-02-15 13:42:58 +01:00
ServerStorageSaveJob.php
StripeProcessJob.php
SubscriptionInvoiceFailedJob.php
SyncStripeSubscriptionsJob.php feat(jobs): optimize async job dispatches and enhance Stripe subscription sync 2026-02-28 13:18:44 +01:00
UpdateCoolifyJob.php
UpdateStripeCustomerEmailJob.php
ValidateAndInstallServerJob.php fix: resolve Docker validation race conditions and sudo prefix bug 2025-11-27 09:04:42 +01:00
VerifyStripeSubscriptionStatusJob.php
VolumeCloneJob.php