Closed dawehner closed 7 years ago
Can you add some kind of limit? I don't like when a loop like this can run infinitely, blocking server threads.
What about something like 20?
I went with 10 now
Thanks for the contribution!
Thank you for the quick feedback
Brightcove has a rate limititation. On normal usage this is not triggered, but we hit it as part of our migration.
This PR tries to protect against that by resending the request, when we receive a 429 error.