Skip to content

Commit

Permalink
fix: circus graceful shutdown (#5024)
Browse files Browse the repository at this point in the history
Co-authored-by: agent <[email protected]>
  • Loading branch information
bojiang and agent authored Oct 15, 2024
1 parent 3b1869a commit 0a5e3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bentoml/serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def create_watcher(
copy_env=True,
stop_children=True,
use_sockets=use_sockets,
graceful_timeout=86400,
**kwargs,
)

Expand Down

0 comments on commit 0a5e3be

Please sign in to comment.