Change refresh time to 45 seconds. Rate-limiting is causing a 403 error for calls more frequently than 30seconds. Occasionally the code triggers a call just less than 30 seconds. A more elegant solution would be to integrate any information from the 429 error code but that will be considerably more work.
Change refresh time to 45 seconds. Rate-limiting is causing a 403 error for calls more frequently than 30seconds. Occasionally the code triggers a call just less than 30 seconds. A more elegant solution would be to integrate any information from the 429 error code but that will be considerably more work.