Skip to content

Commit e894d9c

Browse files
committed
python worker ext
1 parent a1402fe commit e894d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure_functions_worker/utils/app_setting_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def get_python_appsetting_state():
2020
PYTHON_THREADPOOL_THREAD_COUNT,
2121
PYTHON_ISOLATE_WORKER_DEPENDENCIES,
2222
PYTHON_ENABLE_DEBUG_LOGGING,
23+
PYTHON_ENABLE_WORKER_EXTENSIONS,
2324
FUNCTIONS_WORKER_SHARED_MEMORY_DATA_TRANSFER_ENABLED]
2425

2526
app_setting_states = "".join(

0 commit comments

Comments
 (0)