diff --git a/python/fluxqueue/context.py b/python/fluxqueue/context.py index 6a87fbd..85b867a 100644 --- a/python/fluxqueue/context.py +++ b/python/fluxqueue/context.py @@ -65,6 +65,9 @@ async def _run_async_task( ): """ This function is for internal use only. + + This function is used to run an async task if it has context, + which also sets and then resets its metadata. """ token = self._metadata_var.set(metadata) try: