How do I get list of completed jobs by run time in descending order? #887
Closed
iamumairayub
started this conversation in
General
Replies: 2 comments 3 replies
-
|
I do apologize, but this feature is not available in Cronicle v1. The list of completed jobs is just a plain list, and not a sortable DB table. I will add a TODO task to add this requested feature in Cronicle v2 (Orchestra) which DOES use a database for completed jobs. It might not make the initial release tho (I have WAY too many requested features to implement them all) but I will add it as soon as I can. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
just so it helps future readers I exported the output of and then using Python, I printed most time consuming jobs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get list of completed jobs that took the most time
How do I get it?
I have default Cronicle's
config.jsonwith File StorageBeta Was this translation helpful? Give feedback.
All reactions