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

cli: stopping workflows is failing #314

Closed
tiborsimko opened this issue Aug 14, 2019 · 0 comments
Closed

cli: stopping workflows is failing #314

tiborsimko opened this issue Aug 14, 2019 · 0 comments

Comments

@tiborsimko
Copy link
Member

$ reana-client list
hello                 1            2019-08-14T16:19:02   running
hello                 2            2019-08-14T16:22:37   running
$ reana-client stop -w hello.2 --force
Workflow could not be stopped:
(404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', 'Date': 'Wed, 14 Aug 2019 16:26:07 GMT', 'Content-Length': '262'})
HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"jobs.batch \"8e939d8e-1993-42b3-b935-fff35f3c16dc\" not found","reason":"NotFound","details":{"name":"8e939d8e-1993-42b3-b935-fff35f3c16dc","group":"batch","kind":"jobs"},"code":404}
@tiborsimko tiborsimko added this to To do in Physics-Examples-Summer-2019 via automation Aug 14, 2019
@diegodelemos diegodelemos moved this from To do to In progress in Physics-Examples-Summer-2019 Sep 2, 2019
@diegodelemos diegodelemos self-assigned this Sep 2, 2019
diegodelemos pushed a commit to diegodelemos/reana-workflow-controller that referenced this issue Sep 2, 2019
* We were trying to delete Job IDs which didn't exist in Kubernetes.
  To fix this a new method has been added to resolve the REANA IDs
  to backend IDs, which will be helpful once we implement stop
  for HTCondor jobs (closes reanahub/reana-client#314).
Physics-Examples-Summer-2019 automation moved this from In progress to Done Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants