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

DM-48697: No autostart concurrency limit #397

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

fajpunk
Copy link
Member

@fajpunk fajpunk commented Jan 31, 2025

Remove the limit from the autostart aiojobs Scheduler. Attempts to start a job past the limit resulted in jobs silently never starting. There are no cases where we would want to limit the autostart concurrency, so a limit is not needed.

Remove the limit from the autostart `aiojobs` `Scheduler`. Attempts to
start a job past the limit resulted in jobs silently never starting.
There are no cases where we would want to limit the autostart
concurrency, so a limit is not needed.
@fajpunk fajpunk requested a review from rra January 31, 2025 17:59
@fajpunk fajpunk merged commit 0da5458 into main Jan 31, 2025
4 checks passed
@fajpunk fajpunk deleted the tickets/DM-48697/configurable-concurrency branch January 31, 2025 19:02
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.

2 participants