# Vapor: Individual Queue Concurrency

DevFeed: [Vapor: Individual Queue Concurrency](<https://devfeed.tech/articles/vapor-individual-queue-concurrency-3955.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-individual-queue-concurrency>)

Author: Joe Dixon

Published: 2023-01-30T14:36:00Z

Content type: news

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Concurrent Programming](<https://devfeed.tech/topics/concurrent-programming.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [aws](<https://devfeed.tech/tags/aws.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [job](<https://devfeed.tech/tags/job.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [queue](<https://devfeed.tech/tags/queue.md>), [sqs](<https://devfeed.tech/tags/sqs.md>)

## AI overview

Laravel Vapor now supports setting maximum concurrency for individual queues. The feature distributes a function's available concurrency across SQS queues and prevents a busy queue from consuming all resources or throttling other work.

## Source excerpt

Today, we're excited to announce it's now possible to set the maximum concurrency of individual Vapor queues. This new feature will allow you to ensure that not one of your queues can consume all of the available resources.