Skip to content

Commit 1cff9e8

Browse files
author
Andrei Neagu
committed
wording
1 parent 72c699d commit 1cff9e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/service-library/src/servicelib/fastapi/long_running_tasks/_context_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ async def periodic_task_result(
8888
- `status_poll_interval` optional: when waiting for a task to finish,
8989
how frequent should the server be queried
9090
91-
raises: `Exception` if the task finished with an error instead of
92-
the expected result
91+
raises: the original expcetion the task raised, if any
9392
raises: `asyncio.TimeoutError` NOTE: the remote task will also be removed
9493
"""
9594

0 commit comments

Comments
 (0)