8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22d7fe commit 468754cCopy full SHA for 468754c
run/filesystem/gcsfuse_run.sh
@@ -29,7 +29,4 @@ echo "Mounting completed."
29
# to be equal to the cores available.
30
# 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
35
# [END cloudrun_fuse_script]
0 commit comments