laravel-plain-sqs icon indicating copy to clipboard operation
laravel-plain-sqs copied to clipboard

Add the option to fail a job when this times out

Open jgsamblas opened this issue 2 years ago • 0 comments

Add an option to create an exception when the job times. The argument is called failOnTimeout and it needs to be added when the job body is generated. This option helps you to identify when a job is timing out, otherwise the job will exit without telling you the reason.

jgsamblas avatar Jul 05 '22 08:07 jgsamblas