skip to Main Content

Laravel – Failed jobs handling

I'm using Laravel Horizon which has a Failed Jobs section which used to work fine. Until I added the Sentry notification for failed jobs, in Job's Class. /** * Handle a job failure. * * @return void */ public function…

VIEW QUESTION
Back To Top
Search