pypi huey 1.5.0

latest releases: 2.5.0, 2.4.5, 2.4.4...
6 years ago

View commits

  • Allow all instances of a task to be revoked/restored by adding the
    revoke(), restore() and is_revoked() methods to all decorated tasks
    (where previously they were only available on periodic tasks).
  • Periodic task instances now have a unique identifier.
  • Added documentation on how to correctly use the Django consumer management
    command with the gevent worker model.
  • Logging will lazily resolve log messages.
  • Bug was fixed that prevented the local (non-global) task registry from
    working as intended. This is now fixed.
  • Docstrings added to the BaseStorage APIs.

Thanks to @mindojo-victor and @nachtmaar for help with some of the above items.

Don't miss a new huey release

NewReleases is sending notifications on new releases.