Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe75ea9

Browse files
authored
chore: update cloud run script (GoogleCloudPlatform#10491)
1 parent 4cbfb59 commit fe75ea9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

run/filesystem/gcsfuse_run.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ echo "Mounting completed."
2828
# For environments with multiple CPU cores, increase the number of workers
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.
31-
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
31+
exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
3532
# [END cloudrun_fuse_script]

0 commit comments

Comments
 (0)