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

Ability to limit the number of concurrent jobs #41

Open
heaven opened this issue May 29, 2021 · 0 comments
Open

Ability to limit the number of concurrent jobs #41

heaven opened this issue May 29, 2021 · 0 comments

Comments

@heaven
Copy link

heaven commented May 29, 2021

Hi, our use case is that we may have hundreds of Sidekiq workers. Users can add their site URL, we analyze the pages and provide recommendations. The problem is we can unintentionally DDoS websites due to the high number of workers that can run in parallel. We need to limit the number of concurrent jobs, e.g. with the same site_id argument.

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

No branches or pull requests

1 participant