904 B
Executable File
904 B
Executable File
Frontend
- UI to view
- running job x jobs
- job definition
- next runtime
- last runtime
- last output
- add titles to jobs
- 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
- 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
- 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
- add titles to jobs
- namespace for jobs, output, lastrun, laststatus