We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ec054 commit 0ae7b45Copy full SHA for 0ae7b45
1 file changed
python/fluxqueue/context.py
@@ -65,6 +65,9 @@ async def _run_async_task(
65
):
66
"""
67
This function is for internal use only.
68
+
69
+ This function is used to run an async task if it has context,
70
+ which also sets and then resets its metadata.
71
72
token = self._metadata_var.set(metadata)
73
try:
0 commit comments