902 B
Executable File
902 B
Executable File
Frontend
- UI to view
- running job x jobs x job definition
- next runtime x last runtime x last output x add titles to jobs x job title includes last pass/fail icon x button to modify (copies to upsert form) x button to delete
- UI to mutate
x submit job
x delete job
x pause jobs
- interrupt job
- force run x JS x ajax for json calls
Backend
x load from file
- interrupt running jobs
- json API
- list
x last run output
x last run pass/fail bool
x last run timestamp
- next run x upsert x delete job x disable job
- running job
- interrupt job
- force run
- list
x last run output
x last run pass/fail bool
x last run timestamp
- change cron to load the full job from storage so not holding big queued jobs in ram x add optional second for test main
- test main x add titles to jobs x namespace for jobs, output, lastrun, laststatus