Split tasks, so software doesn't have to run all Tasks every time it runs
Try decoupling data dependency so it's possible to split data fetching into multiple runs instead of a single big run.
Try decoupling data dependency so it's possible to split data fetching into multiple runs instead of a single big run.