1
0
Fork 0

kitchen: Re-enable graceful shutdown timeout

Version 0.5.1 fixes the issue with `uvicorn` hanging on shutdown because
of the WebSocket message queue.
etcd
Dustin 2024-06-06 10:09:37 -05:00
parent 7b8b11111e
commit b4d6dfeb07
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ spec:
image: git.pyrocufflink.net/packages/kitchen:master image: git.pyrocufflink.net/packages/kitchen:master
args: args:
- --host=0.0.0.0 - --host=0.0.0.0
- --timeout-graceful-shutdown=0
env: env:
- name: TZ - name: TZ
value: America/Chicago value: America/Chicago