temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
247 stars 34 forks source link

Batch operation rate limit #502

Closed stephanos closed 5 months ago

stephanos commented 5 months ago

ℹ️ This is a redo of https://github.com/temporalio/cli/pull/366 that was reverted since it was merged prematurely.

What was changed

Added a new flag --rps to the 4 batch operations.

Note that although batch-reset is a batch operation, it performs its work locally instead of on the server - so the flag does not apply here.

Why?

To fix https://github.com/temporalio/temporal/issues/4926.

Checklist

  1. Closes OSS-1681

  2. How was this tested:

  3. Any docs updates needed? see https://github.com/temporalio/documentation/pull/2413