Closed sphuber closed 2 years ago
Fixes #2
The submit argument takes a boolean and when set to True the shell job is sent to the daemon instead of run by the current interpreter. If the shell jobs are independent, this allows them to be run in parallel by the daemon workers.
submit
True
Fixes #2
The
submit
argument takes a boolean and when set toTrue
the shell job is sent to the daemon instead of run by the current interpreter. If the shell jobs are independent, this allows them to be run in parallel by the daemon workers.