Skip to content

Commit

Permalink
Merge pull request #14 from gautierdag/callback-default
Browse files Browse the repository at this point in the history
  • Loading branch information
AntreasAntoniou authored Mar 27, 2024
2 parents 8f67e2e + 6db0a0f commit 25ba21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejobs/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(
gpu_type: Optional[str] = None,
gpu_product: Optional[str] = None,
gpu_limit: Optional[int] = None,
backoff_limit: int = 4,
backoff_limit: int = 0,
restart_policy: str = "Never",
shm_size: Optional[str] = None,
secret_env_vars: Optional[dict] = None,
Expand Down

0 comments on commit 25ba21e

Please sign in to comment.