Skip to content

v0.2.0

Compare
Choose a tag to compare
@sverhoeven sverhoeven released this 04 Apr 09:58
· 243 commits to main since this release
63b8fdf

Bartender is a middleware web service to schedule jobs on various infrastructures.

Added

  • arq scheduler, a scheduler that uses Redis as a queue and multiple workers (#21)
  • Download output files in background (#26)
  • Routes to retrieve job output files and directories (#44 #55)
  • Create readthedocs/sphinx site (#13)
  • Markdown linter to CI and/or pre-commit (#28)
  • Code of conduct and contributing guidelines ((https://github.com/i-VRESSE/bartender/issues/#27)
  • Allow consumer web application to intercept social logins (#52)
  • Require role for submitting job (#22)

Changed

  • Update dependencies, most notably fastapi and sqlalchemy (#64)