CircleCI-Public / continuation-orb

MIT License
12 stars 15 forks source link

Error code 429 (Too Many Requests) #30

Open or-shachar opened 1 year ago

or-shachar commented 1 year ago

Describe Requests

The continuation orb is not the only CircleCI API consumer. We have some jobs that monitor workflows, workarounds for mutex and other jobs that also perform API requests.

We noticed that on peak times the API calls may fail with error 429 (Too many request). CircleCI support suggested to read the HEADER

image

We implemented the retry with backoff on our scripts but we rather that the official continuation orb would take care of that edge case on the official orb.

Thanks!

Fernando-Abreu commented 1 year ago

I will this to our backlong