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: allow aborting jobs to be swept #213

Merged
merged 1 commit into from
Feb 11, 2025
Merged

fix: allow aborting jobs to be swept #213

merged 1 commit into from
Feb 11, 2025

Conversation

tobymao
Copy link
Owner

@tobymao tobymao commented Feb 11, 2025

with the http queue, jobs can be forever stuck in aborting because the server (postgres) continues to hold onto the lock. this makes it so that they will move onto aborted despite the lock. the worker additionally will check for aborted/aborting.

with the http queue, jobs can be forever stuck in aborting because the
server (postgres) continues to hold onto the lock. this makes it so that
they will move onto aborted despite the lock. the worker additionally
will check for aborted/aborting.
@tobymao tobymao merged commit 48dad2a into main Feb 11, 2025
5 checks passed
@tobymao tobymao deleted the toby/aborted branch February 11, 2025 06:11
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.

1 participant