We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243f7f8 commit 972173dCopy full SHA for 972173d
1 file changed
Dockerfile
@@ -60,10 +60,10 @@ COPY --from=models ${MODEL_PATH} ${MODEL_PATH}
60
# RUN python -m nltk.downloader punkt_tab
61
62
# Worker process start timeout to allow shimmy to start considering all downloads
63
-ENV FUNCTION_WORKER_SEND_TIMEOUT=600
+ENV FUNCTION_WORKER_SEND_TIMEOUT="600s"
64
65
# Worker process stop timeout to allow shimmy to stop the container
66
-ENV FUNCTION_WORKER_STOP_TIMEOUT=300
+ENV FUNCTION_WORKER_STOP_TIMEOUT="300s"
67
68
ENV EVAL_RPC_TRANSPORT="ipc"
69
0 commit comments