Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions run/filesystem/gcsfuse_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ echo "Mounting completed."
# For environments with multiple CPU cores, increase the number of workers
# to be equal to the cores available.
# Timeout is set to 0 to disable the timeouts of the workers to allow Cloud Run to handle instance scaling.
exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app &

# Exit immediately when one of the background processes terminate.
wait -n
exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
# [END cloudrun_fuse_script]