Skip to content
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

Make dask optional #15

Open
mpaget opened this issue Feb 21, 2023 · 0 comments
Open

Make dask optional #15

mpaget opened this issue Feb 21, 2023 · 0 comments

Comments

@mpaget
Copy link

mpaget commented Feb 21, 2023

A distributed.dask Client is started for each call to PolygonDrill/PixelDrill.query_handler(). This may not work so well for multiple async workers on a node.

Make dask an option. May need if dask: do dask things; else: do standard things paths in the few places where dask is assumed.

Dask is assumed in datacube.virtual so but should be ok if dask_chunks=None is passed down.

@haotanggg haotanggg mentioned this issue Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant