ERR::THROTTLE::MAX_CONCURRENT_REQUEST_EXCEEDED
Your scrape request has been throttled. Too many concurrent access to the upstream. If it's not expected, please check your throttle configuration for the given project and env.. See all errors
- Retryable: Yes
- HTTP status code: 429
Error Response Structure Example
{
"config": { ... },
"context": { ... },
"result": {
[...],
"status": "DONE",
"success": false,
"reason": null,
"error": {
"http_code": 429,
"code": "ERR::THROTTLE::MAX_CONCURRENT_REQUEST_EXCEEDED",
"description": "Your scrape request has been throttled. Too many concurrent access to the upstream. If it's not expected, please check your throttle configuration for the given project and env.",
"error_id": "9993a546-b899-4927-b788-04f5c4e473d5",
"message": "Useful hint with details about your error",
"scrape_id": "7c61352c-f1a7-4ea6-a0b8-198d7ac6fe1a",
"retryable": true,
"doc_url": "https://scrapfly.local/docs/scrape-api/error/ERR::THROTTLE::MAX_CONCURRENT_REQUEST_EXCEEDED"
},
[...],
}
}