An easy-to-use python background job scheduler, with templated approach to creating long running background tasks.
- Add log utility
- Add a simple HTTP client utility
- Bind CLI options and command
- Implement task schedules & queue
- Retrieve job execution info from config
- Allow for job specific configs
- Implement single task execution
- Implement task timer/cron schedule
- Include a key value storage utility
- Enforce explicit type checking
- Implement schedule, task and history web UI
- Allow task schedule actions in web UI (Disable, Active)