sdk-python
sdk-python copied to clipboard
[Feature Request] Support a `limit` parameter in `replay_workflows` and `workflow_replay_iterator`
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.