Skip to content

Commit 8de7e07

Browse files
rsamborskikweinmeisterleahecole
authored andcommitted
fix: #9165 Command wait -n is redundant (#9176)
Co-authored-by: Karl Weinmeister <[email protected]> Co-authored-by: Leah E. Cole <[email protected]>
1 parent 19cf08b commit 8de7e07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

run/filesystem/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ echo "Mounting completed."
2929
# to be equal to the cores available.
3030
# Timeout is set to 0 to disable the timeouts of the workers to allow Cloud Run to handle instance scaling.
3131
exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
32-
33-
# Exit immediately when one of the background processes terminate.
34-
wait -n
3532
# [END cloudrun_fs_script]

0 commit comments

Comments
 (0)