[Feature Request] Support a limit
parameter in replay_workflows
and workflow_replay_iterator
#610
Labels
enhancement
New feature or request
Python stdlib is unfortunately very lacking when it comes to ways to work with
AsyncIterator
s. Add this to the fact that our API doesn't support a LIMIT clause, but only page sizes, we have no good way to stop these functions early.Support that with a
limit
parameter.The text was updated successfully, but these errors were encountered: