Skip to content

Commit

Permalink
[Backend] Change termination grace period to 600 seconds (#4251)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Dec 31, 2023
1 parent 31e803f commit 0629ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workers/code_upload_submission_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +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,
termination_grace_period_seconds=600,
volumes=volume_list,
),
)
Expand Down

0 comments on commit 0629ac9

Please sign in to comment.