My web app is making a JSONP request to our database. Intermittently, with no particular pattern, the requests are failing with a 400 error, "SCSX009 Script launch interval time has not elapsed".
We are essentially requesting the same data over and over -- these are not different requests, so the problem is not that some of the requests are invalid. Since this is a "quota" error, we checked our account -- our service level has 1,000,000 requests available and we have used approximately 100,000 as of now. We didn't see anything when we ordered this service level about request rate throttling.
This is quite frustrating because we are actually running a live event and this error is preventing the app from working properly. Would appreciate prompt assistance.