Skip to content

aiojobs 0.2.1 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 10 Mar 22:51
· 362 commits to master since this release

Changes

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)