throw errors in jobs
This commit is contained in:
@@ -39,6 +39,8 @@ class ResourceStatusJob implements ShouldQueue, ShouldBeUnique
|
||||
}
|
||||
} catch (\Exception $th) {
|
||||
send_internal_notification('ResourceStatusJob failed with: ' . $th->getMessage());
|
||||
ray($th);
|
||||
throw $th;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user