Skip to content

Commit 6ee6a91

Browse files
author
Evan Roman
committed
Add comment
1 parent e991156 commit 6ee6a91

File tree

1 file changed

+1
-0
lines changed
  • azure_functions_worker/bindings

1 file changed

+1
-0
lines changed

azure_functions_worker/bindings/meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def deferred_bindings_decode(binding: typing.Any,
301301
global deferred_bindings_cache
302302

303303
# Only applies to Event Hub and Service Bus - cannot cache
304+
# These types will always produce different content and are not clients
304305
if (datum.type == "collection_model_binding_data"
305306
or datum.value.source == "AzureEventHubsEventData"
306307
or datum.value.source == "AzureServiceBusReceivedMessage"):

0 commit comments

Comments
 (0)