Skip to content

1.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@robacarp robacarp released this 25 Jan 20:34
· 130 commits to master since this release

Full Changelog: v0.11.2...v1.0.0.rc1

Features:

  • Complete before/after hooks (See #76 and #77)
  • Override-able job rescheduling logic (See #73)
  • General purpose metadata store (See #75)

Refactors:

  • Throttling / Rate limiting has been refactored to be opt-in via decorator module (See #77)

Pavement:

  • The Redis backend has been (almost entirely) decoupled from the rest of Mosquito and implemented via configurable interface. (See #64) This paves the way for alternate data storage engines to be used (eg. Postgres)
  • Before/After hooks and the Metadata store provided a convenient way to implement several kinds of pluggable job meta-logic. See #41 for an example.

Bug fixes:

  • Unable to pass boolean false as a default parameter value on queued jobs