Skip to content

Commit 3e7c840

Browse files
vrdmrhallvictoriagavin-aguiar
authored
chore: Update worker.config.json to remove debug carets (#1654)
* Update worker.config.json to remove debug carets * Update test/worker.config.json as well. --------- Co-authored-by: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Co-authored-by: Gavin Aguiar <80794152+gavin-aguiar@users.noreply.github.com>
1 parent 355d037 commit 3e7c840

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

python/prodV4/worker.config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"extensions":[".py"],
99
"defaultExecutablePath":"python",
1010
"defaultWorkerPath":"%FUNCTIONS_WORKER_RUNTIME_VERSION%/{os}/{architecture}/worker.py",
11-
"workerIndexing": "true"
11+
"workerIndexing": "true",
12+
"arguments": ["-X no_debug_ranges"]
1213
},
1314
"processOptions": {
1415
"initializationTimeout": "00:02:00",
1516
"environmentReloadTimeout": "00:02:00"
1617
}
17-
}
18+
}

python/test/worker.config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"extensions":[".py"],
55
"defaultExecutablePath":"python",
66
"defaultWorkerPath":"worker.py",
7-
"workerIndexing": "true"
7+
"workerIndexing": "true",
8+
"arguments": ["-X no_debug_ranges"]
89
},
910
"processOptions": {
1011
"initializationTimeout": "00:02:00",
1112
"environmentReloadTimeout": "00:02:00"
1213
}
13-
}
14+
}

0 commit comments

Comments
 (0)