Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbfb59 commit fe75ea9Copy full SHA for fe75ea9
1 file changed
run/filesystem/gcsfuse_run.sh
@@ -28,8 +28,5 @@ echo "Mounting completed."
28
# For environments with multiple CPU cores, increase the number of workers
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
+exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
35
# [END cloudrun_fuse_script]
0 commit comments