Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Version 0.3.2

Pre-release
Pre-release

Choose a tag to compare

@albrow albrow released this 12 Jul 00:58
· 16 commits to master since this release

This releases fixes #26 and makes it safe to destroy a job while it is being executed. It also adds additional safety around operations, checking if a job was destroyed and doing nothing if it was. This helps keep the database in a consistent state no matter when a job was destroyed.

Full Changelog

  • Fix #26
  • Always check if a job was destroyed before updating its state.