We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c76ff7 commit 6312e23Copy full SHA for 6312e23
azure/durable_functions/models/utils/http_utils.py
@@ -63,7 +63,9 @@ async def _handle_request_error():
63
async def _close_session() -> None:
64
"""Close the shared ClientSession if it exists.
65
66
- This function should be called during worker shutdown.
+ Note: This function is currently only called by _handle_request_error().
67
+ There is no worker shutdown hook available, but process shutdown will
68
+ clean up all resources automatically.
69
"""
70
global _client_session
71
0 commit comments