sure i did - and already using it. The problem is not to start both processes i need. the problem is i have to run two tasks (one starting the frontend one starting the backend) in parallel (and maybe have to think about how to merge the log outputs of both tasks)
t
tddmonkey
04/10/2019, 1:35 PM
I’ll ask a silly question - have you tried
--parallel
?
t
thana
04/10/2019, 3:01 PM
yes - but we disabled it as it doesn;t work correctly from our pov.
in fact we want this behavior only for those 2 specific tasks 😉