huey v2.4.4 Release Notes

    • ๐Ÿ”’ Add is_locked(lock_name) to test whether lock is held.
    • ๐Ÿ‘ Allow raising CancelExecution within a Task, and override retries.
    • โž• Add a very basic redis-backed lock that can be acquired more than once (to provide a rudimentary semaphore).
    • โž• Add a periodic_task() wrapper for MiniHuey class.

    View commits