We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c699d commit 1cff9e8Copy full SHA for 1cff9e8
packages/service-library/src/servicelib/fastapi/long_running_tasks/_context_manager.py
@@ -88,8 +88,7 @@ async def periodic_task_result(
88
- `status_poll_interval` optional: when waiting for a task to finish,
89
how frequent should the server be queried
90
91
- raises: `Exception` if the task finished with an error instead of
92
- the expected result
+ raises: the original expcetion the task raised, if any
93
raises: `asyncio.TimeoutError` NOTE: the remote task will also be removed
94
"""
95
0 commit comments