You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workflow_streams: rename stop_polling to detach_pollers
Better captures the operation. The method releases the in-flight
__temporal_workflow_stream_poll update handlers (subscribers were
"attached" to the stream's drain signal; this detaches them so
they return to the caller, who can then follow continue-as-new
or stop) and rejects new poll attachments. "stop_polling"
ambiguously suggested the stream itself was the one polling;
"detach_pollers" names the actor (the pollers / subscribers) and
captures the relationship.
Updates the continue_as_new helper and the explicit-recipe
docstring/test accordingly.
0 commit comments