-
First, Thank you for this In my use-case have some very heavy (CPU and memory) and slow jobs! I want to be sure that only one job per worker is executing! What is in your opinion the best way to do that with this library. Exploring the docs I only see a temporary rate limiter not |
Beta Was this translation helpful? Give feedback.
Answered by
manast
Mar 2, 2021
Replies: 1 comment 3 replies
-
Just make sure that you are only running 1 worker with concurrency factor 1 at any moment in time. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Zikoel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just make sure that you are only running 1 worker with concurrency factor 1 at any moment in time.