Open turnerm opened 1 year ago
It turns out the CDS request limit is 500. This is reached with e.g. the GloFAS forecast historical download. The optimal solution would be to implement the request queue with asyncio.
asyncio
It turns out the CDS request limit is 500. This is reached with e.g. the GloFAS forecast historical download. The optimal solution would be to implement the request queue with
asyncio
.