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

if runner crashes while processing a task, it will not reclaim that task when restarted #176

Open
ckerr opened this issue Aug 6, 2021 · 0 comments
Labels
🪲 bug Something isn't working module:runner
Projects

Comments

@ckerr
Copy link
Member

ckerr commented Aug 6, 2021

This is probably an easy fix: Right now in module/runner/src/, the Runner.fetchAvailableJobIds() function filters out jobs that have previously been run. If we remove that filter, runners should be able to reclaim tasks that previously fell on the floor.

@ckerr ckerr added 🪲 bug Something isn't working module:runner labels Aug 6, 2021
@ckerr ckerr added this to Backlog - Bugs in Sprints Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working module:runner
Projects
Sprints
Backlog - Bugs
Development

No branches or pull requests

1 participant