You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

WARNING: HTTP received 429
{
  "message": "API rate limit exceeded.",
  "type": "rate_limit_exceeded",
  "documentation_url": "https://software.ecmwf.int/wiki/display/WEBAPI"
}
Error contacting the WebAPI, retrying in 60 seconds ...

Solution

As a protection, we have set up a maximum number of requests a user can submit per second.

  1. The Python client will automatically retry in 1 minute.
  2. Change the submission method to be less aggressive.



  • No labels