471 B
471 B
Frontend
- UI to view
- running job
- jobs
- job definition
- next runtime
- last runtime
- last output
- UI to mutate
- submit job
- delete job
- pause jobs
- interrupt job
- JS
- ajax for json calls
Backend
x load from file
- interrupt running jobs
- temporarily disable jobs
- json API
- change cron to load the full job from storage so not holding big queued jobs in ram
- add optional second for test main