Skip to content

Check/Validate an error job #800

Answered by jhuckaby
Oli66178 asked this question in Q&A
Discussion options

You must be logged in to vote

I completely understand now. Thank you for the explanation. Awesome idea, and I've actually already implemented this, or rather something very close to it, in the upcoming Cronicle v2...

In Cronicle v2 there is a concept of "tags", and these are completely user-defined. You can create as many tags as you like, and give them custom names and custom icons:

So in your case you could add a tag called "Verified" and pick a special icon for it:

You can assign tags to events, so they apply to every job for that event, or you can apply them DURING a job inside the running job code itself:

echo '{ "orchestra": true, "push": { "tags": ["flag"] } }'

Or, and this is probably what you really want: …

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Oli66178
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Oli66178
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants