huey v1.5.0 Release Notes

    • ๐Ÿ‘ 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.

    View commits