8000 chore: update cloud run script · davidxia/python-docs-samples@468754c · GitHub
[go: up one dir, main page]

Skip to content

Commit 468754c

Browse files
committed
chore: update cloud run script
1 parent b22d7fe commit 468754c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

run/filesystem/gcsfuse_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_fuse_script]

0 commit comments

Comments
 (0)
0