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

fix(concurrency-limit): move to renewing a lock on each active job instead of estimating time to complete (FIR-1075) #1197

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

mogery
Copy link
Member

@mogery mogery commented Feb 18, 2025

This works more analogous to how BullMQ does job stall detection, and makes it impossible for a job to be stuck taking up a concurrency limit space if it suddenly dies. (for more than 60 seconds.)

@mogery mogery requested a review from nickscamara February 18, 2025 12:27
@mogery mogery merged commit 055f7d2 into main Feb 19, 2025
1 check passed
@mogery mogery deleted the mog/concurrency-limit-renew branch February 19, 2025 19:13
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