We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed26bd0 commit 1855c9cCopy full SHA for 1855c9c
python/prodV4/worker.config.json
@@ -9,5 +9,9 @@
9
"defaultExecutablePath":"python",
10
"defaultWorkerPath":"%FUNCTIONS_WORKER_RUNTIME_VERSION%/{os}/{architecture}/worker.py",
11
"workerIndexing": "true"
12
+ },
13
+ "processOptions": {
14
+ "initializationTimeout": "00:02:00",
15
+ "environmentReloadTimeout": "00:02:00"
16
}
17
python/test/worker.config.json
@@ -5,5 +5,9 @@
5
6
"defaultWorkerPath":"worker.py",
7
8
0 commit comments