936 B
Executable File
936 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
- button to modify (copies to upsert form)
- button to delete
- UI to mutate
- submit job
- delete job
- pause jobs
- interrupt job
- force run
- JS x ajax for json calls
Backend
x load from file
- interrupt running jobs
- temporarily disable jobs
- json API
- list
- last run output
- last run pass/fail bool
- last run timestamp
- next run
- upsert
- delete job
- pause/disable job
- running job
- interrupt job
- force run
- list
- 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
- namespace for jobs, output, lastrun, laststatus