Skip to content

Commit 1fdc110

Browse files
authored
[HotFix] Disable Worker Status Report (#846)
1 parent 58544e9 commit 1fdc110

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure_functions_worker/dispatcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ async def _handle__worker_init_request(self, req):
267267
constants.TYPED_DATA_COLLECTION: _TRUE,
268268
constants.RPC_HTTP_BODY_ONLY: _TRUE,
269269
constants.RPC_HTTP_TRIGGER_METADATA_REMOVED: _TRUE,
270-
constants.WORKER_STATUS: _TRUE,
271270
constants.SHARED_MEMORY_DATA_TRANSFER: _TRUE,
272271
}
273272

0 commit comments

Comments
 (0)