coolify/app/Jobs
peaklabs-dev 331693546b
fix(proxy): proxy restart does not work on domain
- When you restart the proxy on an instance domain, the proxy stops and is removed, but never restarted. So you loose access over the domain and have to go in over IP and Port.
This is because we are doing the restart directly in the UI instead of in the background via a job, and the proxy is serving the UI domain.
2025-04-02 19:38:31 +02:00
..
ApplicationDeploymentJob.php fix(deployments): use graceful shutdown instead of rm 2025-04-02 17:03:13 +02:00
ApplicationPullRequestUpdateJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CheckAndStartSentinelJob.php fix: add timeout to sentinel process checks for improved reliability 2025-01-10 13:03:47 +01:00
CheckForUpdatesJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CheckHelperImageJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CleanupHelperContainersJob.php refactor(docker): update image references to use centralized registry URL 2025-03-25 08:17:13 +01:00
CleanupInstanceStuffsJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CleanupStaleMultiplexedConnections.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ContainerStatusJob.php chore: Update cleanup command to use Redis instead of queue 2024-09-23 23:48:12 +02:00
CoolifyTask.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
DatabaseBackupJob.php refactor(database-backup): remove existing Docker container before backup upload 2025-03-28 22:45:12 +01:00
DeleteResourceJob.php fix(deletion): fix DB deletion 2025-02-04 15:32:56 +01:00
DockerCleanupJob.php fix: use finished_at for the end time instead of created_at 2025-01-16 15:12:57 +01:00
GithubAppPermissionJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
PullHelperImageJob.php fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
PullTemplatesFromCDN.php fix: load service templates on cloud 2025-01-21 13:39:53 +01:00
PushServerUpdateJob.php fix: restrict jobs on cloud 2025-01-10 11:54:45 +01:00
RegenerateSslCertJob.php fix(ssl): handle missing CA certificate in SSL regeneration job 2025-03-24 20:29:54 +01:00
RestartProxyJob.php fix(proxy): proxy restart does not work on domain 2025-04-02 19:38:31 +02:00
ScheduledTaskJob.php fix: use finished_at for the end time instead of created_at 2025-01-16 15:12:57 +01:00
SendMessageToDiscordJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
SendMessageToPushoverJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
SendMessageToSlackJob.php feat(slack): Show message title in notification previews (#5063) 2025-02-11 16:31:37 +01:00
SendMessageToTelegramJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServerCheckJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServerCheckNewJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServerCleanupMux.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServerFilesFromServerJob.php fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
ServerLimitCheckJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServerStorageCheckJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServerStorageSaveJob.php fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
StripeProcessJob.php refactor(billing): Enhance Stripe subscription status handling and notifications 2025-03-01 12:43:21 +01:00
SubscriptionInvoiceFailedJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
UpdateCoolifyJob.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
VolumeCloneJob.php feat: remote server volume cloning 2025-01-13 11:13:15 +01:00