bluegreen-labs / ecmwfr

Interface to the public ECMWF API Web Services
https://bluegreen-labs.github.io/ecmwfr/
Other
102 stars 30 forks source link

Addressing failure of long batch jobs #118

Closed khufkens closed 1 year ago

khufkens commented 1 year ago

On long batch jobs there are failures which are erratic. These are mostly due to hang-ups of the server it seems, which ends up in some http protocol confusion. I'm now forcing http/2 on to all processes and checking if this works, if not the use of httr::RETRY instead of a GET command might be a fix to kickstart things.

khufkens commented 1 year ago

In current dev release is set to http/2 and should resolve most of this