If I have two tasks A
and B
and I want to ensure that B
depends on A
, I currently have to say that when defining B
(via task_dep
). How about adding a possibility to do that when defining A
? I.e. setting something like "before_task": ["B"]
in the task definition of A
?
I have no idea how hard it would be to add this, though. :)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too