Job List display
Opened this issue · 2 comments
On the Job list view, would it be possible to include the running status, something like eg: passing/failing/running.. as a bootstrap label, passing: green, failing: red, running: blue/other
It appears as a kind of monitoring / reporting feature, probably deserves a separate screen...
Thought I would show you these and touch base on how we using your scheduler...
we built the below using your very clean cut API... each job is grouped into a collection, you can disable/enable the entire collection.
state (badge: passing/running/errors) is determined based on the status call - running and what the result was for the last request completed/errors
run: let the scheduler execute the job
manual: open a new windows and run the job manually
we going to add a pause all stops all listed collections and a couple of minor other features and and job on/off.
we hacked some of the http runner to include the result, clipped to [0:1000] so we can get a history of the output.
we then run a job to delete history before = 7 days to keep the database trimmed