Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 995 Bytes

CHANGES.rst

File metadata and controls

42 lines (29 loc) · 995 Bytes

Changelog

0.2.2 (2018-10-17)

  • Fix AttributeError when calling wait() or close() on failed job (#64)

0.2.1 (2018-03-10)

  • Add missing decription file

0.2.0 (2018-03-10)

Features

  • Add a new scheduler parameter for control pending jobs size. (#19)
  • Cancelling a task suspended on job.wait() doesn't cancel inner

job task but timeout exemption does. (#28)

Bugfixes

  • Fix AttributeError when @atomic decorator is used in Class Based Views. (#21)