Skip to content

Fix: Docker Cleanup stuck on "In Progress" #5633

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

Merged
merged 7 commits into from
Apr 18, 2025
Merged

Conversation

nurdism
Copy link
Contributor

@nurdism nurdism commented Apr 17, 2025

This prevents queues from getting "stuck" when using the WithoutOverlapping middleware. This doesn't fix currently broken/stuck queues; for that, I have a manual method posed in issue #5074. This also does not fix queue's status from reporting "in progress" when it fails or crashes, this will just prevent the queue from getting stuck with an "eternal lock" that will prevent all future queues for that server UUID

Changes

  • Replaced the ->dontRelease() with ->expireAfter(600) in the WithoutOverlapping middleware for the DockerCleanupJob

Issues

andrasbacsai and others added 7 commits April 14, 2025 14:14
chore(deps): update axios and dotenv versions in package-lock.json; bump realtime version to 1.0.7
This prevents queues from getting stuck when using the WithoutOverlapping middleware
@andrasbacsai
Copy link
Member

Thank you for the PR! I add this to the next release.

@andrasbacsai andrasbacsai merged commit 1b60fd3 into coollabsio:next Apr 18, 2025
1 check passed
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