Skip to content

Commit

Permalink
INF Increase production buffer time between nodes to 30 minutes (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares committed Sep 30, 2022
1 parent 4b2569e commit 612a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/bin/deploy-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def cli(

if environment == "prod":
# check healthcheck post-deploy
wait_time = time.time() + (5 * 60)
wait_time = time.time() + (30 * 60)
while time.time() < wait_time:
# throttle the amount of logs and request load during startup
time.sleep(30)
Expand Down

0 comments on commit 612a833

Please sign in to comment.