-
Notifications
You must be signed in to change notification settings - Fork 38
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
runaway workflow execution due to invalid image specs #364
Comments
audrium
added a commit
to audrium/reana-client
that referenced
this issue
May 4, 2022
audrium
added a commit
to audrium/reana-commons
that referenced
this issue
May 4, 2022
audrium
added a commit
to audrium/reana-client
that referenced
this issue
May 4, 2022
audrium
added a commit
to audrium/reana-commons
that referenced
this issue
May 6, 2022
audrium
added a commit
to audrium/reana-client
that referenced
this issue
May 6, 2022
The core of the issue was fixed. We can check whether there any other similar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behaviour
Consider the workflow definition containing an invalid image specification due to trailing whitespace, such as the following helloworld serial demo:
or the following helloworld snakemake demo:
The validation of such a workflow succeeds:
However, when the workflow is submitted for execution, the workflow appears to run away forever without finishing.
Behind the scenes, the
reana-run-batch-...
pod starts well, but when thereana-run-job-...
is attempted to start, it cannot due to:The consequence is that the workflow stays running "forever" in the user's workflow list.
Expected behaviour
Using the onion principle, there are several way to address this issue:
FailedCreate
events would be handled properly. This will solve any similar problems we might be having when starting ill-specified jobs.The text was updated successfully, but these errors were encountered: