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

misc(throttling): Add concurrent jobs throttling config #2839

Merged
merged 6 commits into from
Nov 28, 2024

Conversation

ivannovosad
Copy link
Contributor

Context

Fix external apps rate limits or concurrency limits

Description

This PR adds sidekiq-throttled gem and configures some aggregator jobs to have a limit of max 5 concurrent jobs.
It also adds a new "Throttled" tab in Sidekiq UI.

@ivannovosad ivannovosad marked this pull request as draft November 21, 2024 09:32
@ivannovosad ivannovosad force-pushed the misc-rate-limits branch 7 times, most recently from 7e2bd9f to 38d1f20 Compare November 22, 2024 10:50
@ivannovosad ivannovosad force-pushed the misc-rate-limits branch 3 times, most recently from 3c5e52d to 9a6b545 Compare November 26, 2024 08:25
Gemfile Show resolved Hide resolved
@ivannovosad ivannovosad force-pushed the misc-rate-limits branch 2 times, most recently from 6d8ba46 to 1c46f1b Compare November 26, 2024 11:16
@ivannovosad ivannovosad marked this pull request as ready for review November 26, 2024 14:03
@ivannovosad ivannovosad force-pushed the misc-rate-limits branch 4 times, most recently from f26a496 to ff92c56 Compare November 26, 2024 15:17
@ivannovosad ivannovosad merged commit 8e22a91 into main Nov 28, 2024
6 checks passed
@ivannovosad ivannovosad deleted the misc-rate-limits branch November 28, 2024 14:07
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

Successfully merging this pull request may close these issues.

3 participants