Open vitorguidi opened 1 week ago
oss-fuzz-apply-ccs is failing. A possible cause is request rate limiting on the buganizer API. This PR increases the number of retries for buganizer requests, in order to fix this particular issue.
I wonder if retries is a good way to deal with rate limiting. Are these isues filed concurrently?
Motivation
oss-fuzz-apply-ccs is failing. A possible cause is request rate limiting on the buganizer API. This PR increases the number of retries for buganizer requests, in order to fix this particular issue.