Tasking Request Limits
The tasking system can accept up to 1000 new requests per hour. This limit applies to all MGP customers combined. Once this limit has been reached, subsequent requests placed within the hour will return an error response and you will need to wait the stated amount of time and try again.
Response: 429 Too Many Requests
"error": {
"error_code": "too_many_requests",
"error_type": "rate_limit_error",
"error_messages": [
"Tasking request limit exceeded for system. Try after 3533 seconds"
]
}