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

Stalled tasks with no remaining retries need a clean up mechanism #61

Open
maxcountryman opened this issue Nov 11, 2024 · 0 comments
Open

Comments

@maxcountryman
Copy link
Owner

If a task is stalled (i.e. outside of the heartbeat interval) but does not have remaining retries it should not be dequeued and therefore will be in an unrecoverable state.

While this is hopefully an uncommon state, it still needs to be addressed by some kind of cleanup mechanism. A periodic task which looks for such rows and marks them as failed should suffice.

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

No branches or pull requests

1 participant