Skip to content

v0.8.4

Compare
Choose a tag to compare
@jvansanten jvansanten released this 28 Feb 10:00
· 273 commits to master since this release

This is a bug fix release.

What's Changed

  • JobCommand: regression fixes
    • restore ability to skip tasks with --task
    • restore exception handling in multiprocess mode
    • restore variable interpolation via expand_with
  • AbsWorker/T2Worker: bug fixes and performance enhancements for multi-worker processing
    • do not consider tied dependency failed if it is marked NEW
    • skip reporting transient errors if docs can be retried (waiting to insert a trouble doc can introduce significant delay)
    • poll for new documents for a configurable time before exiting

Full Changelog: v0.8.3...v0.8.4