-
Notifications
You must be signed in to change notification settings - Fork 37
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
set_workflow_status: starting workflow should queue it #690
Closed
Labels
Comments
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Jul 1, 2024
…ahub#691) When starting a new workflow, publish the workflow to the submission queue instead of executing the workflow immediately by calling `set_workflow_status` in workflow-controller. Closes reanahub#690
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Jul 1, 2024
…ahub#691) When starting a new workflow, publish the workflow to the submission queue instead of executing the workflow immediately by calling `set_workflow_status` in workflow-controller. Closes reanahub#690
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Jul 2, 2024
…ahub#691) When starting a new workflow, publish the workflow to the submission queue instead of executing the workflow immediately by calling `set_workflow_status` in workflow-controller. Closes reanahub#690
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Jul 2, 2024
…ahub#691) When starting a new workflow, publish the workflow to the submission queue instead of executing the workflow immediately by calling `set_workflow_status` in workflow-controller. Closes reanahub#690
mdonadoni
added a commit
to mdonadoni/reana-commons
that referenced
this issue
Jul 2, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Jul 3, 2024
…ahub#691) When starting a new workflow, publish the workflow to the submission queue instead of executing the workflow immediately by calling `set_workflow_status` in workflow-controller. Closes reanahub#690
mdonadoni
added a commit
to mdonadoni/reana-commons
that referenced
this issue
Jul 3, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Jul 3, 2024
…ahub#691) When starting a new workflow, publish the workflow to the submission queue instead of executing the workflow immediately by calling `set_workflow_status` in workflow-controller. Closes reanahub#690
Done: #691 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, calling
set_workflow_status
to start a workflow will result in the workflow being executed immediately, as r-server calls directly r-w-controller:reana-server/reana_server/rest/workflows.py
Lines 1510 to 1519 in 3f716f7
Note that we have a second
start_workflow
endpoint which correctly queues the workflow:reana-server/reana_server/rest/workflows.py
Line 1136 in 3f716f7
The text was updated successfully, but these errors were encountered: