mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-23 16:19:49 +00:00
throw errors in jobs
This commit is contained in:
@@ -31,6 +31,7 @@ class ProxyStartJob implements ShouldQueue
|
||||
} catch (\Throwable $th) {
|
||||
send_internal_notification('ProxyStartJob failed with: ' . $th->getMessage());
|
||||
ray($th->getMessage());
|
||||
throw $th;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user