laravel-temporal icon indicating copy to clipboard operation
laravel-temporal copied to clipboard

Allow for custom error handling for workers

Open slnw opened this issue 2 years ago • 2 comments

Currently there is no way to add logic for an exception that happened, for example logging it into laravel.log file.

slnw avatar Oct 17 '23 12:10 slnw

Yeah exception handling is not good right now. I'll look at this when I have some time.

cappuc avatar Oct 17 '23 13:10 cappuc

Can you try with the 1.0 beta release? Now the exception are handled with the app exception handler

cappuc avatar Mar 07 '24 08:03 cappuc