Skip to content

Timeout errors when request is in progress #174

@eliocamp

Description

@eliocamp

I'm getting these timeout errors coming from curl_fetch_memory()

Error in (function (.x, .f, ..., .progress = FALSE)  : i In index: 1.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [cds.climate.copernicus.eu]:
Connection timed out after 10001 milliseconds

This happens when the requests is being processed/queued, so it seems to be happening when checking the status of the request, not when downloading the file. I was running multiple concurrent requests and when I change to a single request at a time the issue seems to have gone away; although I'm still testing.

This might be due to some throttling on the part of CDS maybe? I noticed that they only allow for 1 request at a time (at least for era5) so they might also be taking longer to respond to requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions