It's something we could definitely look into, but it will most likely be lower priority so I can't make a promise on any timelines; here are a few options for you:
⢠open an issue on our
prefect-dask repository requesting this feature; if other people chime in it would help us prioritize
⢠you could consider using a hosted Dask service like
Coiled that is optimized for observability, performance and on-demand clusters; they run within your VPC and we work closely with their team (e.g.,
https://docs.coiled.io/user_guide/labs/prefect-cli.html)
⢠if you're up for it, you could consider building this yourself - task runners can be fully customized, and you could look at the details of our v1 integration and try to port it over (much of the logic should be identical); under the hood we were using
dask-kubernetes