I ran a test too, 50 requests with 30 sec gap (a sleep) between them. 49 were 200, one was a 503. In my custom retry code, I used to have the test status in [429, 500]
and I updated that to status in [429, 500, 503]
.
1 Like