Skip to content
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

%run & and %sosrun & to run workflow in queue #178

Closed
BoPeng opened this issue Jan 16, 2019 · 1 comment
Closed

%run & and %sosrun & to run workflow in queue #178

BoPeng opened this issue Jan 16, 2019 · 1 comment

Comments

@BoPeng
Copy link
Contributor

BoPeng commented Jan 16, 2019

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
Copy link
Contributor Author

BoPeng commented Jan 16, 2019

I think it makes sense to

  1. By default execute %run and %sosrun directly, without the queue system.
  2. If the magic ends with &, the workflow will be executed in the background, something like
%run long_workflow &

@BoPeng BoPeng closed this as completed Jan 17, 2019
BoPeng pushed a commit to vatlab/jupyterlab-sos that referenced this issue Jan 17, 2019
@BoPeng BoPeng changed the title %runnow magic %run & and %sosrun & to run workflow in queue Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant