VCF to Zarr conversion is an embarrassingly parallel process that currently uses Dask Delayed to schedule tasks. It would be fairly easy to make it possible to run on any parallel backend - examples being [Python `concurrent.futures`](https://docs.python.org/3/library/concurrent.futures.html), [Modal](https://modal.com/), or [Lithops](https://lithops-cloud.github.io/docs/).