v0.5.0
Bartender is a middleware web service to schedule jobs on various infrastructures.
Added
- Endpoint to change name of job (#37)
- Ablity to link a external directory as job (#79)
- Python 3.9 support
- EagerScheduler, run job within request/response handler (#90)
- New pickers
- by name, Picks destination with same name as application name.
- by index
- by
<path to python file>:<function>
function
- Endpoint to delete or cancel job (#37)