Persistent task as "with" dependency of non-persistent task #10742
Unanswered
alexveecle
asked this question in
Help
Replies: 1 comment
-
|
I have done a workaround that is running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Can you create a non-persistent task that "with" depends on a persistent task?
Additional information
I have task A which is not persistent. This task requires another process to be running at the same time, so I created persistent task B and added a "with" dependency.
However,
pnpm run Adoes not exist, because task B keeps running.Is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions