Unexpected server response: 429
After running more than 7 scripts running at the same time, we are getting "Unexpected server response: 429" error. Do you have any ideas for a workaround? /Experienced this error on your end?
{"level":"error","message":"[UncaughtException] Error: Unexpected server response: 429, origin: uncaughtException, stack: Error: Unexpected server response: 429\n at ClientRequest.
The error you're encountering, Unexpected server response: 429, is an HTTP status code that indicates you're sending too many requests in a given amount of time, and the server rate-limits you. In other words, you're hitting the server's rate limits.