i am groot Posted August 3, 2017 Report Posted August 3, 2017 Hello. Is there any way to handle rate limits in GC? I have to find floats for multiple items in array. Currently i set 1 request per sec but whole code still hangs. Is there any error/timeout info built in? Can you give me some tips how to handle high number of requests? Quote
Dr. McKay Posted August 3, 2017 Report Posted August 3, 2017 No, there is no error handling or timeout built into the module; you will need to handle that on your own. The async module may help you, specifically async.queue. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.