Basically, I have a bunch of scripts that make requests to an API. Like most APIs, there's an overall per-IP rate limit. Each script is well-behaved and doesn't approach the rate limit on its own; ...