huey v2.2.0 Release Notes

Release Date: 2020-02-23 // about 4 years ago
    • ๐Ÿ›  Fix task repr (refs #460).
    • โž• Adds task-id into metadata for task exceptions (refs #461).
    • Ensure database connection is not closed when using the call_local method of Django helper extension db_periodic_task().
    • ๐Ÿ‘ Allow pickle protocol to be explicitly configured in serializer parameters.
    • โž• Adds FileHuey and full FileStorage implementation.
    • โž• Add shutdown() hook, which will be run in the context of the worker threads/processes during shutdown. This hook can be used to clean-up shared or global resources, for example.
    • ๐Ÿ‘ Allow pipelines to be chained together. Additionally, support chaining task instances.

    View commits