File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2801,8 +2801,8 @@ def _make_unfinished_signal_handler_message(
2801
2801
signal handler was doing. You can wait for all update and signal handlers to complete by using
2802
2802
`await workflow.wait_condition(lambda: workflow.all_handlers_finished())`. Alternatively, if both
2803
2803
you and the clients sending the signal are okay with interrupting running handlers when the workflow
2804
- finishes, and causing clients to receive errors, then you can disable this warning via the signal
2805
- handler decorator: `@workflow.signal(unfinished_policy=workflow.HandlerUnfinishedPolicy.ABANDON)`.
2804
+ finishes, then you can disable this warning via the signal handler decorator:
2805
+ `@workflow.signal(unfinished_policy=workflow.HandlerUnfinishedPolicy.ABANDON)`.
2806
2806
""" .replace ("\n " , " " ).strip ()
2807
2807
names = collections .Counter (ex .name for ex in handler_executions )
2808
2808
return (
You can’t perform that action at this time.
0 commit comments