Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe75ea9

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed

‎run/filesystem/gcsfuse_run.sh

Copy file name to clipboardExpand all lines: run/filesystem/gcsfuse_run.sh
+1-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.