google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.31k stars 557 forks source link

Increasing number of retries for buganizer #4413

Open vitorguidi opened 1 week ago

vitorguidi commented 1 week ago

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.

jonathanmetzman commented 1 week ago

I wonder if retries is a good way to deal with rate limiting. Are these isues filed concurrently?