You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcube-cmems now uses tenacity to retry failed requests, with hard-coded values for initial delay, number of attempts, etc. It would be useful to expose at least some of these parameters as store parameters, to give the user control over how retrying is handled. It's probably impractical to expose the whole of tenacity's very flexible retry API, but we could discuss which parameters are most useful to expose.
The text was updated successfully, but these errors were encountered:
xcube-cmems now uses
tenacity
to retry failed requests, with hard-coded values for initial delay, number of attempts, etc. It would be useful to expose at least some of these parameters as store parameters, to give the user control over how retrying is handled. It's probably impractical to expose the whole oftenacity
's very flexible retry API, but we could discuss which parameters are most useful to expose.The text was updated successfully, but these errors were encountered: