cli
cli copied to clipboard
Batch rate limit
What was changed
Added support for passing --rps
flag to batch operations.
ℹ️ FYI I've only added a single test for TerminateWorkflow, even though there are 3 batch APIs. Reason being that the API is the same and the only difference is the "operation". Let me know if I should add it to the others as well.
❓ Note sure why I'm seeing the CLA request on my PR.
Checklist
-
Closes
-
How was this tested: Added new tests.
-
Any docs updates needed?
Let's make sure this is in the next CLI release.
@stephanos I think the cli-rewrite branch is dead, main becoming the new target branch for the last two weeks, you may want to merge in main instead... @cretz Can you confirm? I'm going to use your float changes for one of my flags, thanks for doing that!