Skip to content

Commit

Permalink
reduce prod termination grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 8, 2025
1 parent 25f86b4 commit d91bd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/prod/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ preStop:
sleepPeriod: 10

# terminationGracePeriodSeconds specifies the grace time between SIGTERM and SIGKILL
terminationGracePeriodSeconds: 360 # 3x SMPC__PROCESSING_TIMEOUT_SECS
terminationGracePeriodSeconds: 120 # TODO: make it 3x SMPC__PROCESSING_TIMEOUT_SECS

0 comments on commit d91bd5d

Please sign in to comment.