Skip to content
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

add support for limitless concurrency #825

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

freisenhauer
Copy link

In case you would like to manage you resource usage limits for example by setting limits in kubernetes, the concurrency limits are kind of a synthetic bottleneck. I have a usecase, where these limits are very annoying and setting them to limitless is way more elegant than setting a high value and keep this value in mind, in case something does not work some times.

@MichielDeMey
Copy link
Member

How would setting resource limits in Kubernetes help with this?

If you were to set the concurrency to an infinite number of jobs, Agenda might still crash due to out-of-memory issues caused by your resource limits, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants