-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support --ungroup option like GNU-parallel #21
Comments
@zakstucke you are right the Could you please give an example command line where you want to use On the
Could you please write a second issue for more exit-on-error options? Thanks! |
@aaronriekenberg my specific use case:
|
Love the look of the library.
Looking to replace GNU-parallel with this, but seems like
--ungroup
isn't an option.In my case, I do want output interleaving as I'm running "infinite" processes, with the current
--group
behaviour I'll never see those logs come out.Thanks!
P.s I've just seen in 1.16.0 the behaviour of
--exit-on-error
was changed to wait for in-process tasks to finish before exiting. Given my intended use case I'd also need the previous behaviour. Maybe 3 separate options needed? I.e.--exit-on-error
-> current behaviour--kill-on-error-hard
->SIGTERM
+SIGHUP
all ongoing processes if any error--kill-on-error-soft
->SIGKILL
all ongoing processes if any errorThe text was updated successfully, but these errors were encountered: