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

retry build if it gets stuck for a while #88

Open
volodymyrss opened this issue Jan 3, 2025 · 2 comments
Open

retry build if it gets stuck for a while #88

volodymyrss opened this issue Jan 3, 2025 · 2 comments
Assignees

Comments

@volodymyrss
Copy link
Member

No description provided.

@dsavchenko
Copy link
Member

It's complicated to really diagnose "gets stuck" state.

Possible solution could be some reasonable timeout (via activeDeadlineSeconds on the pod (not a job!) level)
There is even some fine-grained control of when to restart is possible

What do you think?

@volodymyrss
Copy link
Member Author

It's complicated to really diagnose "gets stuck" state.

Possible solution could be some reasonable timeout (via activeDeadlineSeconds on the pod (not a job!) level) There is even some fine-grained control of when to restart is possible

What do you think?

Yes, I meant a timeout. Quite a long one. Last time it was stuck for 6h.

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

2 participants