sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

[Feature Request] Support a `limit` parameter in `replay_workflows` and `workflow_replay_iterator`

Open Sushisource opened this issue 6 months ago • 0 comments

Python stdlib is unfortunately very lacking when it comes to ways to work with AsyncIterators. 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.

Sushisource avatar Aug 15 '24 21:08 Sushisource