-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BUG] Non-graceful handling of cancelling non-existing jobs #63
Comments
@matt035343 seems that this run id does not exists in test? It's production in which case you need to use -e production flag. I will improve the error message to not show a code but a message. |
@adelinag08 ah yes, it is a production run. But it seems like the cancellation does not change anything. What part of the checkpoint entry is changed after calling cancel? |
The cancel command deletes the job and changes the status to CANCELLED, do you experience other behaviour? |
@adelinag08 I have tried cancelling
Also, in IAR I typically need to reset the tag somehow. I usually do this:
Otherwise I cannot restart the algorithm, how do I do that from the snd client? From my conversations with George I understood it as it is part of the cancel feature. I see now that maybe it is not a good idea, but I still need the functionality to reset the tag. Is that a new issue? |
@adelinag08 Since I have opened two new issues: #67 and #68, we can boil this issue down to providing a better error message |
Description
snd algorithm cancel --algorithm store-auto-replenishment-crystal-orchestrator --id 3cf44c20-61e3-4f45-9121-0949378bd090
Steps to reproduce the issue
Describe the results you expected
No response
SnD CLI version you are using
v1.1.1
The text was updated successfully, but these errors were encountered: