coolify/app/Jobs
Andras Bacsai 97550f4066 fix(deployment): eliminate duplicate error logging in deployment methods
Wraps rolling_update(), health_check(), stop_running_container(), and
start_by_compose_file() with try-catch to ensure comprehensive error logging
happens in one place. Removes duplicate logging from intermediate catch blocks
since the failed() method already provides full error details including stack trace
and chained exception information.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 10:52:09 +01:00
..
ApplicationDeploymentJob.php fix(deployment): eliminate duplicate error logging in deployment methods 2025-11-17 10:52:09 +01:00
ApplicationPullRequestUpdateJob.php Merge branch 'next' into feat/update-applicationpullrequestupdatejob-documentation 2025-10-15 00:59:02 +02:00
CheckAndStartSentinelJob.php
CheckForUpdatesJob.php
CheckHelperImageJob.php
CleanupHelperContainersJob.php fix(deployment): prevent base deployments from being killed when PRs close (#7113) 2025-11-09 14:41:35 +01:00
CleanupInstanceStuffsJob.php
CleanupStaleMultiplexedConnections.php
CoolifyTask.php feat(jobs): improve scheduled tasks with retry logic and queue cleanup 2025-11-10 11:11:18 +01:00
DatabaseBackupJob.php refactor(DatabaseBackupJob): remove retry attempts and backoff logic for job execution 2025-11-11 15:39:01 +01:00
DeleteResourceJob.php Update app/Jobs/DeleteResourceJob.php 2025-11-11 11:35:30 +01:00
DockerCleanupJob.php
GithubAppPermissionJob.php
PullChangelog.php
PullTemplatesFromCDN.php
PushServerUpdateJob.php
RegenerateSslCertJob.php
RestartProxyJob.php
ScheduledJobManager.php feat(jobs): improve scheduled tasks with retry logic and queue cleanup 2025-11-10 11:11:18 +01:00
ScheduledTaskJob.php fix(ScheduledTaskJob): make server property nullable and update logging to handle null values 2025-11-11 15:38:55 +01:00
SendMessageToDiscordJob.php
SendMessageToPushoverJob.php
SendMessageToSlackJob.php
SendMessageToTelegramJob.php
SendWebhookJob.php feat: implement actual webhook delivery with Ray debugging 2025-10-10 18:07:04 +02:00
ServerCheckJob.php
ServerCleanupMux.php
ServerConnectionCheckJob.php
ServerFilesFromServerJob.php
ServerLimitCheckJob.php
ServerManagerJob.php
ServerPatchCheckJob.php
ServerStorageCheckJob.php
ServerStorageSaveJob.php
StripeProcessJob.php
SubscriptionInvoiceFailedJob.php
UpdateCoolifyJob.php
UpdateStripeCustomerEmailJob.php
ValidateAndInstallServerJob.php
VerifyStripeSubscriptionStatusJob.php
VolumeCloneJob.php