dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

Add the option to fail a job when this times out #57

Open jgsamblas opened 2 years ago

jgsamblas commented 2 years ago

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.