From 33f309c8a6c40e8840d166046c47b609ae047563 Mon Sep 17 00:00:00 2001 From: Gavin Aguiar Date: Thu, 16 Jan 2025 15:22:11 -0600 Subject: [PATCH] Update timeouts for Init and reload Request --- python/prodV4/worker.config.json | 4 ++++ python/test/worker.config.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/python/prodV4/worker.config.json b/python/prodV4/worker.config.json index 2289ba867..548822af9 100644 --- a/python/prodV4/worker.config.json +++ b/python/prodV4/worker.config.json @@ -9,5 +9,9 @@ "defaultExecutablePath":"python", "defaultWorkerPath":"%FUNCTIONS_WORKER_RUNTIME_VERSION%/{os}/{architecture}/worker.py", "workerIndexing": "true" + }, + "processOptions": { + "initializationTimeout": "00:02:00", + "environmentReloadTimeout": "00:02:00" } } \ No newline at end of file diff --git a/python/test/worker.config.json b/python/test/worker.config.json index dbb1480b7..a0b0ad3fe 100644 --- a/python/test/worker.config.json +++ b/python/test/worker.config.json @@ -5,5 +5,9 @@ "defaultExecutablePath":"python", "defaultWorkerPath":"worker.py", "workerIndexing": "true" + }, + "processOptions": { + "initializationTimeout": "00:02:00", + "environmentReloadTimeout": "00:02:00" } } \ No newline at end of file