pangeo-data/rechunker

Use dask checkpoint function in dask executor

rabernat opened this issue · 0 comments

Dask recently released some advanced graph manipulation tools, which includes a checkpoint function.

We could use this instead of our low-level hack to make a checkpoint here:

def merge_all(*args):
# this function is dependent on its arguments but doesn't actually do anything
return None