Job has been attempted too many times or run too long
问题 I have a job that works flawless locally, but in production I run into issues where it doesn't work. I've encompassed the entire handle() with a try/catch and am not seeing anything logged to Bugsnag, despite many other exceptions elsewhere from being deployed. public function handle() { try { // do stuff } catch (\Exception $e) { Bugsnag::notifyException($e); throw $e; } } According to Laravel Horizon this queue job runs for 0.0026001930236816406 seconds and I never see it work and never see