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 3207fe4 commit d8a9c37Copy full SHA for d8a9c37
run/filesystem/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_fs_script]
0 commit comments