kitchen: Re-enable graceful shutdown timeout

Version 0.5.1 fixes the issue with `uvicorn` hanging on shutdown because
of the WebSocket message queue.
This commit is contained in:
2024-06-06 10:09:37 -05:00
parent 7b8b11111e
commit b4d6dfeb07

View File

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