Tim Galvin
01/12/2024, 1:52 AM@delayed
with @task
and the like), is there:
• an expected hit to the performance? The distributed dask schedular seems to be happy with the workflow, but would prefect? When do the task decorated functions report over the rest api about state transitions? Is this done by the task runner (my case a dask task runner)
• any approaches out there to 'batch' the execution a little more, or advice around that?