Huey

Latest version: v2.5.0

Safety actively analyzes 628918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

1.10.5

Not secure
* Compatibility with redis-py 3.0, updated requirements / dependencies.
* Add pre-/post- hooks into the djhuey namespace.

[View commits](https://github.com/coleifer/huey/compare/1.10.4...1.10.5)

1.10.4

Not secure
* Log time taken to execute tasks at default log level.
* Fix missing import in SQLite storage backend.
* Small refactoring in Redis storage backend to make it easier to override the
driver / client implementation.
* Fix failing tests for simpledb storage backend.

[View commits](https://github.com/coleifer/huey/compare/1.10.3...1.10.4)

1.10.3

Not secure
* Fixed regression where in *always eager* mode exceptions within tasks were
being swallowed instead of raised.
* Added an API for registering hooks to run when each worker process starts-up.
This simplifies creating global/process-wide shared resources, such as a
connection pool or database client. [Documentation](https://huey.readthedocs.io/en/latest/api.html#Huey.on_startup).

[View commits](https://github.com/coleifer/huey/compare/1.10.2...1.10.3)

1.10.2

Not secure
* More granular "extras" installation options.

[View commits](https://github.com/coleifer/huey/compare/1.10.1...1.10.2)

1.10.1

Not secure
* Remove call to SimpleDB Client.connect(), as the `simpledb` APIs have
changed and no longer use this method.
* Ensure that pre- and post-execute hooks are run when using Huey in
"always_eager" mode.
* Gracefully stop Huey consumer when SIGINT is received.
* Improved continuous integration, now testing on Python 3.7 as well.

[View commits](https://github.com/coleifer/huey/compare/1.10.0...1.10.1)

1.10.0

Not secure
* Ensure that the default SIGINT handler is registered. This fixes an edge-case
that arises when the consumer is run without job control, which causes
interrupt signals to be ignored.
* Restarts (SIGHUP) are now graceful by default.

[View commits](https://github.com/coleifer/huey/compare/1.9.1...1.10.0)

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.