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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
My code: