Skip to content

Commit

Permalink
[BugFix] Add termination period for static code upload (#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Dec 28, 2023
1 parent dd9260b commit 31e803f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/workers/code_upload_submission_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def create_static_code_upload_submission_job_object(message, challenge):
init_containers=[init_container],
containers=[sidecar_container, submission_container],
restart_policy="Never",
termination_grace_period_seconds=360,
volumes=volume_list,
),
)
Expand Down

0 comments on commit 31e803f

Please sign in to comment.