Skip to content

v0.5.0

Compare
Choose a tag to compare
@sverhoeven sverhoeven released this 21 May 08:08
· 21 commits to main since this release

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)

Fixed

  • Slurm 23 completed job gets error state (#88)
  • When job in arq scheduler fails return state is error (#95)