Skip to content

Commit 4826747

Browse files
remove unnecessary sleep after blocking run command is called to pause processing
1 parent 9ccb575 commit 4826747

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

infrastructure/deploy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ def pre_deploy_hook(terraform_output: dict):
195195
print("There was an error terminating currently processing jobs.")
196196
return 1
197197

198-
print("Waiting for processing Batch jobs to terminate.")
199-
time.sleep(10)
200-
201198
return 0
202199

203200

0 commit comments

Comments
 (0)