brainy-breakfast-4724
06/18/2024, 4:19 AMtall-lock-23197
high-park-82026
@task(cache=True, cache_version="1.0")
def my_task(a: int, ...):
...
This will automatically create new cache entries for unique inputs & signature... so if all your tasks in a workflow are cached, you can just keep rerunning the entire workflow as it'll only rerun the parts that changed.