summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-huey_2.4.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-huey: upgrade 2.4.5 -> 2.5.0Wang Mingyu2023-10-231-18/+0
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Check to ensure the gevent monkeypatch was applied when running the consumer with greenlet workers, log warning if it is not. -Explicitly clear the revoked flag on task instances after execution (#713). -Add support for delay=, eta= in Huey's .s() and .then() -Add support for rescheduling callback pipelines when rescheduling a task. -Add an on_commit_task() decorator for Django extension that will enqueue the task after any database changes have been committed. -Allow overriding the delay and eta when raising a RetryTask exception. -Add a very simple ResultGroup.as_completed() helper to provide a way to deal with multiple results as they become available. -Add an asyncio helper for resolving task results asynchronously. -Fix bug in SIGINT and SIGTERM behavior for gevent users. -Include lock name when a task fails due to TaskLocked exception Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-huey: upgrade 2.4.4 -> 2.4.5Wang Mingyu2023-02-271-0/+18
Changelog: ========== Improves propagation of errors in task results and includes fix for newer versions of pip. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>