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

Better timeout handling for jobs #445

Open
nuclearcat opened this issue Sep 4, 2024 · 1 comment
Open

Better timeout handling for jobs #445

nuclearcat opened this issue Sep 4, 2024 · 1 comment
Labels

Comments

@nuclearcat
Copy link
Member

Right now we have timeout for kernel builds and LAVA jobs. But we do not check if process (k8s job, or LAVA job) is still alive. In some cases due large queue of jobs, we have situation when job is not started, but it is already marked as failed due timeout. We need to check if process is still alive, and if it is alive - extend timeout, if not - mark it as failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@nuclearcat and others