-
Notifications
You must be signed in to change notification settings - Fork 102
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ivannovosad
force-pushed
the
misc-rate-limits
branch
7 times, most recently
from
November 22, 2024 10:50
7e2bd9f
to
38d1f20
Compare
nudded
reviewed
Nov 22, 2024
nudded
reviewed
Nov 22, 2024
ivannovosad
force-pushed
the
misc-rate-limits
branch
3 times, most recently
from
November 26, 2024 08:25
3c5e52d
to
9a6b545
Compare
nudded
reviewed
Nov 26, 2024
nudded
approved these changes
Nov 26, 2024
ivannovosad
force-pushed
the
misc-rate-limits
branch
2 times, most recently
from
November 26, 2024 11:16
6d8ba46
to
1c46f1b
Compare
nudded
approved these changes
Nov 26, 2024
ivannovosad
force-pushed
the
misc-rate-limits
branch
from
November 26, 2024 14:03
9c8e22e
to
15e7f12
Compare
ivannovosad
force-pushed
the
misc-rate-limits
branch
4 times, most recently
from
November 26, 2024 15:17
f26a496
to
ff92c56
Compare
brunomiguelpinto
approved these changes
Nov 26, 2024
ivannovosad
force-pushed
the
misc-rate-limits
branch
from
November 27, 2024 14:14
ff92c56
to
8ba7da9
Compare
ivannovosad
force-pushed
the
misc-rate-limits
branch
from
November 27, 2024 14:14
8ba7da9
to
5dfe92c
Compare
…xcept hubspot and anrok
ivannovosad
force-pushed
the
misc-rate-limits
branch
from
November 28, 2024 08:30
5dfe92c
to
86f0d1b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.