Skip to content

Commit

Permalink
Set max shutdown time to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Dec 18, 2024
1 parent 2ed38d3 commit 1e724b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/stan-wasm-server/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -ex

uvicorn --app-dir ./src/app main:app --host 0.0.0.0 --port 8080 --workers 4
uvicorn --app-dir ./src/app main:app --host 0.0.0.0 --port 8080 --workers 4 --timeout-graceful-shutdown 20

0 comments on commit 1e724b3

Please sign in to comment.