Rate limiting on add_project — undocumented limits beyond 10 req/s?
#631
|
I maintain Scratch Studio Adder, a tool that adds a Scratch project to multiple studios using scratchattach. Each studio takes 2 requests: What I'm trying to understand:
The tool is open source and I want it to play nicely with Scratch's infrastructure. Any insight — even anecdotal — would help. |
Answered by
TheCommCraft
May 22, 2026
Replies: 1 comment 4 replies
|
When I made a tool called the same thing, I was pretty much never rate limited. I will look into the code to see what timing I used. You do need to be careful, I believe Scratch temp bans you from adding to studios if they see that you are having a suspiciously high amount of activity regularly. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My code: