Vapor: Separate Queue Lambdas

Starting today, new Vapor deployments will ensure a separate AWS Lambda function exists for running your queued jobs.

Before this change, queued jobs executed within the CLI Lambda. This Lambda is also used for running deployment commands, CLI commands, and scheduled jobs. However, there were potential problems with this approach. For example, if queued jobs were consuming all of the Lambda's capacity, no other CLI invocations would be able to process, causing deployment commands and scheduled jobs to fail.

Beginning today, we recommend that you set the queue-memory, queue-concurrency, and queue-timeout configurations for every environment. Being able to control the queue-concurrency separately from cli-concurrency ensures your queues won't consume all of the available capacity and cause other invocations to fail.

Keep reading

Product January 9, 2026

Laravel December Product Releases

See what you can do with our latest product releases: set up billing alerts in Laravel Cloud, and ship faster with framework, Forge, and Nightwatch updates.

Laravel Team