Skip to content

Latest commit

 

History

History
46 lines (21 loc) · 542 Bytes

File metadata and controls

46 lines (21 loc) · 542 Bytes

Changelog

0.4.0

BREAKING CHANGES

  • Require Python 3.
  • Require RQ 1.2.0+ (not yet released).

New features

  • Remove failed jobs before expiration

Bug fixes

  • Fix stack trace printing.

0.3.3

  • Make Redis and rq soft depenencies.

0.3.2

  • Make Redis URL optional when it is not needed.

0.3.1

  • Fix Redis URL configuration.

0.3.0

  • Add support for distributed jobs using Redis, RQ, and the Fargate CLI.

0.2.0

  • Propagate KeyboardInterupt and SystemExit exceptions.

0.1.0

Initial release