Skip to content

v0.6.1

Compare
Choose a tag to compare
@brandur brandur released this 21 May 06:48
· 176 commits to master since this release
64baafd

Fixed

  • River now considers per-worker timeout overrides when rescuing jobs so that jobs with a long custom timeout won't be rescued prematurely. PR #350.
  • River CLI now exits with status 1 in the case of a problem with commands or flags, like an unknown command or missing required flag. PR #363.
  • Fix migration version 4 (from 0.5.0) so that the up migration can be re-run after it was originally rolled back. PR #364.