temporalio / tcld

The temporal cloud cli.
MIT License
32 stars 18 forks source link

add retry for grpc call #363

Closed alice-yin closed 3 months ago

alice-yin commented 3 months ago

What was changed

parallel -j 30 ./tcld --server "saas-api.tmprl-test.cloud:443" n get -n aliceyin-mrn-bug-bash.temporal-dev ::: {1..30} >> log

I could see the cmd failed initially due to rate limit.

No error after the current change.

Why?

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?