google / Xee

An Xarray extension for Google Earth Engine
Apache License 2.0
240 stars 28 forks source link

Feature Update: Retry logic for the ee.data.computePixels update. #151

Closed dabhicusp closed 5 months ago

dabhicusp commented 5 months ago

Xee always used the default value of the max_retries, initial_delay while calling the ee.data.computePixels() through the robust_getitem which affects the QPS(queries per second). To provide Xee users with more control over the QPS, these two variables are now configurable within Xee and can be set by users as well.