I've been trying to write a python program with chatgpt's help to find all active repositories in a Project workspace (active = commit within the past 30 days, or newly forked with no commits in the past 30 days)
I have MANY repositories - 126 pages worth, in my Project workspace. I've been getting a 429 rate limit error when running my program.
1) How often is the rate limit? I saw some older threads but I'm not sure how correct the information is
2) Anyway to up it? I saw a potential 1000 limit. I have 126 pages of data, which would translate to over 1000 and not let me run my program. Which may be what I'm seeing.
What can I do here?
Hi @Ryan Reese
You can find rate-limiting details here. Other than that I don't think the exact numbers are documented clearly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.