brefphp / laravel-bridge

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

Set worker cache in QueueHandler #122

Closed marcusrettig closed 1 year ago

marcusrettig commented 1 year ago

Sets the worker cache in the QueueHandler, similar to how it is done in the Laravel WorkCommand. This is required to support jobs with maxExceptions.

Fixes issue #121.