brefphp / laravel-bridge

Package to use Laravel on AWS Lambda with Bref
https://bref.sh/docs/frameworks/laravel.html
MIT License
319 stars 63 forks source link

If the queue is SQS, retries due to job timeouts are different from retries due to errors. #149

Open hogeraccio opened 8 months ago

hogeraccio commented 8 months ago

Timeout retries are retries due to visibility timeouts. Error retries are retries due to messages being re-stacked in the queue. I think the default timeout retry behavior should be the same as the error retry behavior, but I would like to know if it is your understanding that the control of timeout behavior is left to the job implementer.