Huey

Latest version: v2.5.2

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

Scan your dependencies

Page 5 of 9

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)

1.9.1

Not secure
* Ensure the scheduler loop does not drift (fixes 304).
* Add `TaskResultWrapper.reset()` to enable resetting the results of tasks that
failed and are subsequently being retried.
* Allow task-decorated functions to be also decorated as periodic tasks.

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

1.9.0

Not secure
In 1.8.0, support for multiple huey instances was added (with thanks to Sebubu
and MarcoGlauser for the patches). Although existing Django/Huey apps should
continue to work, there is a new configuration format available and I'd
recommend that you take a look at the docs and switch over to it:

[Django integration documentation](http://huey.readthedocs.io/en/latest/contrib.html#django)

1.8.0

Not secure
[View commits](https://github.com/coleifer/huey/compare/1.7.0...1.8.0)

Backwards-incompatible change to Django integration

1.7.0

Not secure
Backwards-incompatible change

Previous versions of huey would store the traceback and associated metadata for
a failed task within the `result_store`, regardless of whether `store_errors`
was true or not. As of 1.7.0, task exceptions will only be stored in the result
store if `store_errors` is True. See 290 for discussion.

[View commits](https://github.com/coleifer/huey/compare/1.6.1...1.7.0)

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.