%run & and %sosrun & to run workflow in queue
BoPeng opened this issue · 1 comments
BoPeng commented
Currently %run
sends the workflow to a queue and return immediately. This has caused many problems such as #177 . Perhaps we can introduce something like
%runnow
BoPeng commented
I think it makes sense to
- By default execute
%run
and%sosrun
directly, without the queue system. - If the magic ends with
&
, the workflow will be executed in the background, something like
%run long_workflow &