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

Add functionality to alter tags #67

Open
matt035343 opened this issue Apr 26, 2024 · 0 comments
Open

Add functionality to alter tags #67

matt035343 opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
code/new-feature New feature or request

Comments

@matt035343
Copy link
Member

matt035343 commented Apr 26, 2024

          @adelinag08 I have tried cancelling `3cf44c20-61e3-4f45-9121-0949378bd090` multiple times, but nothing happens in the checkpoints table.
select * from crystal.checkpoints where id = '3cf44c20-61e3-4f45-9121-0949378bd090' and algorithm = 'store-auto-replenishment-crystal-orchestrator'

Also, in IAR I typically need to reset the tag somehow. I usually do this:

update crystal.checkpoints set tag = concat('mata-restart-',tag) where id = '3cf44c20-61e3-4f45-9121-0949378bd090' and algorithm = 'store-auto-replenishment-crystal-orchestrator'

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?

Originally posted by @matt035343 in #63 (comment)

As discussed offline, I am opening a new issue to reflect a new feature related to altering/deleting tags so I can rerun my IAR jobs after they failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/new-feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants