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

change default backoff policy to 0 #14

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

gautierdag
Copy link
Contributor

Problem with callback > 0 is that your job will always recreate pods if they error, and timeouts are counted as timeouts.. This means that interactive sessions that expire after the time limit, will just keep respawning.

Some retrying can be useful sometimes, but in the way most jobs are currently set up, it would be better to just force users to resubmit a job rather than automatically give them another pod.

Default should therefore probably be 0 for sanity.

@AntreasAntoniou AntreasAntoniou merged commit 25ba21e into AntreasAntoniou:main Mar 27, 2024
1 of 2 checks passed
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.

2 participants