Skip to content

Enhanced depends .Daemoned result #10363

Closed Locked Answered by agilgur5
hippolytej asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure I understand what is meant by a "Daemoned" task in the Enhanced Depends Logic documentation

It's referring to the Daemon Containers feature. I've added a link to it from this page in #13110

but one (task_B) would only get scheduled once the other (task_A) starts running

You can't do this with depends since it relies on the results of a task, which in this case does not yet exist as it is still running.

What you could use to achieve this is template-level hooks, such as in this example.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment