What is the current rate limiting rates for Legitify #125
-
Running the GitHub Action more than once ends up triggering the rate limiting error. Can you detail out what the limits are and when are they reset? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
@raoganeshr We added better rate limit handling in v0.2.2, could you check it out? |
Beta Was this translation helpful? Give feedback.
-
hey @raoganeshr,
|
Beta Was this translation helpful? Give feedback.
-
hey @raoganeshr,
That's great!
We actually use the retry-after header to only wait for the secondary rate limit (because waiting an hour for the primary rate limit doesn't make sense for us). I pushed an improved version to the branch, please feel free to check it out. |
Beta Was this translation helpful? Give feedback.
-
hey again @raoganeshr,
|
Beta Was this translation helpful? Give feedback.
@raoganeshr
legitify is bound to the specific platform rate limit boundaries, for GitHub it is 5000 requests per hour (github rate limits).
If your organization is not very big, running legitify twice shouldn't trigger rate limit so it might be the case that your token is used elsewhere.
We added better rate limit handling in v0.2.2, could you check it out?