That on the face of it looks to be the case - the response headers indicate that both OK (200) and the sporadic Too Many Requests (429) are coming from the same origin; with the 429's responding that > 100 requests per second has been exceeded. My own request rate is not even in that order of magnitude...
{
"fault": {
"faultstring": "Spike arrest violation. Allowed rate : MessageRate{messagesPerPeriod=100, periodInMicroseconds=1000000, maxBurstMessageCount=10.0}",
"detail": {
"errorcode": "policies.ratelimit.SpikeArrestViolation"
}
}
}
Will follow up with RDM support.
Cheers