Skip to content

Commit

Permalink
Kube executor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed May 9, 2024
1 parent 2aa970c commit 8c11b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appyter/execspec/implementations/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _submit(self, job, namespace='default'):
],
),
),
ttlSecondsAfterFinished=120,
ttl_seconds_after_finished=120,
backoff_limit=1,
),
),
Expand Down

0 comments on commit 8c11b68

Please sign in to comment.