Huey

Latest version: v2.5.0

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

Scan your dependencies

Page 6 of 8

1.5.6

Not secure
* Allow arbitrary settings to be specified in ``task()`` decorators.
* New task name format includes function module as part of task name.
* Fix for operating systems that do not implement SIGHUP.
* Fix bug in `contrib.minimal` task scheduler timing.

[View commits](https://github.com/coleifer/huey/compare/1.5.5...1.5.6)

1.5.5

Not secure
* Implemented [pre-execute](http://huey.readthedocs.io/en/latest/api.html#Huey.register_pre_execute)
and [post-execute](http://huey.readthedocs.io/en/latest/api.html#Huey.register_pre_execute)
hooks.
* Implemented task cancellation mechanism as part of pre-execute hooks.

[View commits](https://github.com/coleifer/huey/compare/1.5.4...1.5.5)

1.5.4

Not secure
* Implemented atomic "set if not exists" for Redis and SQLite, which is used by
the locking APIs.

[View commits](https://github.com/coleifer/huey/compare/1.5.3...1.5.4)

1.5.3

Not secure
* Includes addition of `TaskLock` and `Huey.lock_task()` helpers.
* Extend `Huey` API to add method for creating the consumer.

[View commits](https://github.com/coleifer/huey/compare/1.5.2...1.5.3)

1.5.2

Not secure
* Added support for gracefully restarting the consumer using SIGHUP.
* Fixed a bug where periodic tasks were not being given unique task IDs when
executed by the consumer. Periodic tasks now receive a unique ID each time
they are invoked.

[View commits](https://github.com/coleifer/huey/compare/1.5.1...1.5.2)

1.5.1

Not secure
Added support for specifying a `retry` and `retry_delay` on periodic tasks.
Simply pass the desired values into the `periodic_task()` decorator after the
validation function, as keyword arguments.

[View commits](https://github.com/coleifer/huey/compare/1.5.0...1.5.1)

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.