Skip to content

Question about GitHub's rate limit #86

Discussion options

You must be logged in to vote

Hey, thank you for the kind words!

That's a good question. For now, I haven't handled the rate limit at all, but it's on my radar.

Yes, the 5000 points/hour limit also applies to the bot. However, giscus only authenticates as the bot for the following operations:

  • Fetching repository information (repositoryId and categoryIds)
  • Fetching discussions anonymously (not signed in)
  • Posting new discussions (if no matching discussion exists)

For all other operations (posting comments, reactions, etc.) giscus authenticates as the user, so the 5000 points/hour limit is imposed on the user. In this case, I think the 5000 points/hour limit is generous. Going beyond that limit is highly unlikely, but p…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@laymonage
Comment options

Answer selected by SuspiciousLookingOwl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants