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

Question about lambda concurrency #51

Closed johnyvelho closed 2 years ago

johnyvelho commented 2 years ago

Hi,

I usually have more than 30k messages in the queue per day and the time to process each message can take some minutes... It seems the "Messages in Flight" floats between 50-70 per time. is it possible to consume more messages at once? Is there an option to set the Lambda Reserved concurrency?

Thank you