mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
throw errors in jobs
This commit is contained in:
@@ -97,7 +97,7 @@ class DatabaseBackupJob implements ShouldQueue
|
||||
} catch (\Throwable $th) {
|
||||
ray($th->getMessage());
|
||||
send_internal_notification('DatabaseBackupJob failed with: ' . $th->getMessage());
|
||||
//throw $th;
|
||||
throw $th;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user