Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (40 loc) · 1.29 KB

HISTORY.md

File metadata and controls

56 lines (40 loc) · 1.29 KB

0.7.5 (2010-03-18)

  • added feature to retry jobs based on a class attribute

0.7.1 (2010-03-16)

  • bug fix for pruning workers.

0.7.0 (2010-03-05)

  • delayed tasks
  • resweb pagination
  • switch stored timestamps to a unix timestamp
  • updated documentation
  • upgraded to redis-py 1.34.1
  • switched from print statements to the logging module
  • import errors on jobs are now reported in the failed queue
  • prune dead workers
  • small bugfixes in the resweb package
  • improved failure formatting
  • datetime json parser

0.5.0 (2010-0114)

  • added new documentation to the project
  • update setup.py
  • preparing for semantic versioning

0.4.1 (2010-01-06)

  • fixed issue with new failure package in distutils sdist
  • changed setup.py to remove camel case, because it's ugly

0.4.0 (2010-01-06)

  • added the basics of failure backend support

0.3.1 (2009-12-16)

  • minor bug fix in worker.py
  • merged in some setup.py niceties from dsc fork
  • merged in better README info from dsc fork

0.3.0 (2009-12-10)

  • updated setup.py
  • refactored package for better testing
  • resque namespacing by fakechris
  • smarter import from string by fakechris

0.2.0 (2009-12-09)

  • Better web interface via resweb
  • Updated the api to be more inline with resque
  • More tests.

0.1.0 (2009-12-01)

  • First release.