Skip to content

Commit

Permalink
Update run/filesystem/gcsfuse.run.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Averi Kitsch <akitsch@google.com>
  • Loading branch information
rogerthatdev and averikitsch authored Jul 28, 2023
1 parent d54b2ec commit 3dce00e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions run/filesystem/gcsfuse.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ echo "Mounting GCS Fuse."
gcsfuse --debug_gcs --debug_fuse $BUCKET $MNT_DIR
echo "Mounting completed."

# Run the web service on container startup. Here we use the gunicorn
# webserver, with one worker process and 8 threads.
# 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.
# Start the application
node index.js &

# Exit immediately when one of the background processes terminate.
Expand Down

0 comments on commit 3dce00e

Please sign in to comment.