-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrievals in combination with xarray depend on the used cluster #19
Comments
Again, this is related to my comment in #10 . I think |
A few more insights. The different is likely caused by dask and how the dask task graph looks like. Depending on the available resources the task graph is created differently. If more resources are available then more data is requested. #21 scans the task graph and gathers all |
With #21 being merged the recommended way to retrieve files is to use the |
This issue unfortunately seems to remain. Dask still schedules the retrievals depending on the available resources to the cluster. |
xarray seems to request different amounts of files concurrently depending on the cluster configuration:
levante interactive
levante compute
The text was updated successfully, but these errors were encountered: