Skip to content

Commit 1855c9c

Browse files
authored
Update timeouts for Init and reload Request (#1632)
1 parent ed26bd0 commit 1855c9c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

python/prodV4/worker.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
"defaultExecutablePath":"python",
1010
"defaultWorkerPath":"%FUNCTIONS_WORKER_RUNTIME_VERSION%/{os}/{architecture}/worker.py",
1111
"workerIndexing": "true"
12+
},
13+
"processOptions": {
14+
"initializationTimeout": "00:02:00",
15+
"environmentReloadTimeout": "00:02:00"
1216
}
1317
}

python/test/worker.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"defaultExecutablePath":"python",
66
"defaultWorkerPath":"worker.py",
77
"workerIndexing": "true"
8+
},
9+
"processOptions": {
10+
"initializationTimeout": "00:02:00",
11+
"environmentReloadTimeout": "00:02:00"
812
}
913
}

0 commit comments

Comments
 (0)