Previously we were using a subshell to group our commands, which can't be used to run an async worker as the async worker is tied to a shell. Instead, we should be using a command group. We also need to silence errors on the first job invocation or it'll still print out
Your one-stop-cake-shop for everything Freshly Baked has to offer
fix(pm/minion/p10k): fix async worker restarting #92
merged
opened by
STACK 4
expand 1 commit
hide 1 commit
fix(pm/minion/p10k): fix async worker restarting
Previously we were using a subshell to group our commands, which can't
be used to run an async worker as the async worker is tied to a shell.
Instead, we should be using a command group. We also need to silence
errors on the first job invocation or it'll still print out