You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
We can use the delay between two successive API calls using the relation: githubDelay = 720 * time.Millisecond // 5000 QPH = 83.3 QPM = 1.38 QPS = 720ms/query to avoid reaching the rate limits.
I am guessing since the delay is sufficiently long, we won't hit the Abuse Rate Limit as well.
Well, I think it may not be very useful. I just noticed that it can go up to about 400 queries before the Abuse detection mechanism is triggered, even with 5 second delay between two successive issue creation calls.
There might also be other factors that are taken into account. In my previous runs, the copy was done to only a single target repository (both of which are in the same organisation, where the bot has write access), while in your case, it is done to multiple repositories. Hence, it might have flagged it as "spammy".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We can use the delay between two successive API calls using the relation:
githubDelay = 720 * time.Millisecond // 5000 QPH = 83.3 QPM = 1.38 QPS = 720ms/query
to avoid reaching the rate limits.I am guessing since the delay is sufficiently long, we won't hit the
Abuse Rate Limit
as well.The text was updated successfully, but these errors were encountered: