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

Job: Restart jobs that should have timed out, usually when the worker… #1966

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

mpscholten
Copy link
Member

… crashed

When a timeout is defined for a job, the haskell process will usually be terminated correctly When the timeout has expired, but the job is still running, this means the job worker has very likely crashed. So we can restart those jobs to make sure that the work is actually completed

… crashed

When a timeout is defined for a job, the haskell process will usually be terminated correctly When the timeout has expired, but the job is still running, this means the job worker has very likely crashed. So we can restart those jobs to make sure that the work is actually completed
@mpscholten mpscholten merged commit ff34aa3 into master Jun 8, 2024
2 checks passed
@mpscholten mpscholten deleted the recover-crashed-jobs branch June 8, 2024 21:40
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.

None yet

1 participant