Skip to content

Commit 4e5e0bf

Browse files
committed
docs: update docstring heading
1 parent bf045f0 commit 4e5e0bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conductor/client/workflow/executor/workflow_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def execute(self, name: str, version: Optional[int] = None, workflow_input: Any
9696
Returns when the workflow reaches a terminal state or ``wait_for_seconds`` elapses.
9797
If the timeout fires first, returns ``status='RUNNING'`` with empty output — not an error.
9898
99-
**Getting RUNNING back?** The default ``wait_for_seconds=10`` is shorter than the
99+
**Getting RUNNING with no output after a worker exception?** The default ``wait_for_seconds=10`` is shorter than the
100100
default task ``retryDelaySeconds=60``. A failing worker triggers a 60 s retry wait,
101101
so the 10 s timeout fires while the retry is pending. Raise ``wait_for_seconds``
102102
(e.g. 70) or inspect failed tasks::

0 commit comments

Comments
 (0)