-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concurrency limit #59
Comments
@michaelangeloio the queue isn't really concerned with how you consume it, that's on the consumer side. If you mean within the |
@markuswustenberg awesome thank you for responding! Just to clarify, is there anything like a "retry" so that I can rate limit to one job per user at any given time? I have a requirement where only one job can be run for a given user at a time. |
I guess you could give each user a queue and set the limit to 1. Otherwise, no. |
Is it possible to set a concurrency limit for a specific queue? Like limit concurrency per user ID?
The text was updated successfully, but these errors were encountered: