| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-huey: Upgrade 2.3.0 -> 2.3.1 | Leon Anavi | 2021-03-11 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | Upgrade to release 2.3.1: - Add SIGNAL_INTERRUPTED to signal when a task is interrupted when a consumer exits abruptly. - Use the Huey.create_consumer() API within the Django management command, to allow Django users to customize the creation of the Consumer instance. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-huey: Upgrade 2.2.0 -> 2.3.0 | Leon Anavi | 2020-08-13 | 1 | -0/+12 |
| Upgrade to release 2.3.0: - Use monotonic clock for timing operations within the consumer. - Ensure internal state is cleaned up on file-lock when released. - Support passing around TaskException as a pickled value. - Set the multiprocessing mode to "fork" on MacOS and Python 3.8 or newer. - Added option to enforce FIFO behavior when using Sqlite as storage. - Added the on_shutdown handler to djhuey namespace. - Ensure exception is set on AsyncResult in mini-huey. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> | |||||
