Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.35 KB

CHANGES.rst

File metadata and controls

54 lines (40 loc) · 1.35 KB

0.4 (2016-06-04)

  • Consider all Celery tasks including the ones in the active, reserved and scheduled queues. This fixes a long standing issue where tasks in those queues could have been dropped if HireFire were to scale down the workers. Many thanks to Ryan Hiebert for working on this.
  • Removed django-pq backend since the library is unmaintained.

0.3 (2015-05-05)

  • Added Flask blueprint.
  • Fixed Celery queue length measurement for AMQP backends.

0.2.2 (2014-11-27)

  • Fixed a regression in 0.2.1 fix. Thanks to Ryan West.

0.2.1 (2014-05-27)

  • Fix the RQ Proc implementation to take the number of task into account that are currently being processed by the workers to prevent accidental shutdown mid-processing. Thanks to Jason Lantz for the report and initial patch.

0.2 (2014-04-20)

  • Got rid of d2to1 dependency.
  • Added django-pq backend.
  • Ported to Python 3.
  • Added Tornado contrib handlers.

0.1 (2013-02-17)