Wang Mingyu
2df5d735cc
python3-huey: upgrade 3.0.1 -> 3.0.3
...
Changelog:
===========
- Add a Django 6.0 task backend - pretty much works the same way the normal
Django integration works (manage.py run_huey), but using Django's canonical
APIs and decorator. Docs here.
- Redis blocking dequeue no longer swallows ConnectionError -- the error
propagates to the worker, which logs it and applies exponential backoff.
Previously a downed redis server caused workers to busy-loop silently.
- Chord callbacks now fire when a member task is revoked, expired or cancelled
by a pre-execute hook -- the skipped member contributes a None placeholder
result. Previously the callback was silently lost.
- Scheduler skips missed periodic checks after a stall (e.g. suspend/resume)
instead of running them back-to-back, which enqueued duplicate periodic tasks
for the current minute.
- Fix inverted timeout clamp in wait_result() when using notify_result with
redis < 6 (or an unknown server version): timeouts over one second were cut
to 1s, and sub-second timeouts blocked indefinitely.
- put_if_empty() is now atomic for the memory and file storage backends,
restoring lock_task() mutual exclusion on those backends.
- FileLock no longer unlinks an existing lock file at construction time, which
broke mutual exclusion for any process already holding the lock.
- Process-worker task timeouts use signal.setitimer(), so float / sub-second
timeouts work. Previously a timeout less than 1 second was silently ignored
(alarm(0) cancels the timer) and fractional seconds were truncated.
- Consumer signal handlers only set flags -- logging and greenlet cleanup now
happen in the main loop, avoiding re-entrant I/O from signal context.
- A user-supplied task kwarg named task is no longer dropped during
serialization. Context tasks (context=True) inject the task instance into a
copy of the kwargs rather than mutating the task's data.
- MemoryStorage.dequeue() and add_to_schedule() acquire the storage lock, like
the other mutating methods.
- normalize_time() treats delay=0 as "now" rather than ignoring it, so e.g.
expires=0 means "expires immediately" instead of "never expires".
- Redis enqueued_items(limit) returned limit + 1 items from the producer end of
the queue; it now returns the next-limit items to be dequeued, matching the
other storage backends.
- Redis-dependent tests are skipped when no local redis server is reachable,
instead of failing at import time.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com >
2026-06-20 23:41:45 -07:00
..
2026-03-18 14:33:25 -07:00
2026-05-07 10:45:36 -07:00
2026-06-20 23:41:40 -07:00
2026-03-18 14:33:25 -07:00
2026-04-10 07:59:51 -07:00
2026-05-14 23:15:55 -07:00
2026-05-14 23:15:55 -07:00
2026-02-16 00:34:04 -08:00
2026-02-06 10:06:25 -08:00
2026-02-10 21:11:46 -08:00
2026-02-06 10:06:18 -08:00
2026-01-12 08:53:50 -08:00
2026-01-12 08:53:49 -08:00
2026-03-02 19:25:59 -08:00
2026-01-13 08:28:58 -08:00
2026-03-18 14:33:24 -07:00
2026-01-13 08:28:59 -08:00
2026-05-31 03:08:51 -07:00
2026-03-18 14:33:27 -07:00
2026-02-06 10:06:18 -08:00
2026-01-30 23:59:04 -08:00
2026-02-06 10:06:19 -08:00
2026-01-02 22:28:23 -08:00
2026-02-16 00:34:02 -08:00
2026-05-14 23:15:56 -07:00
2026-04-10 17:25:49 -07:00
2026-03-24 14:22:34 -07:00
2026-04-06 22:54:18 -07:00
2026-05-13 20:46:45 -07:00
2026-01-12 08:53:42 -08:00
2026-04-10 07:59:59 -07:00
2026-03-27 09:08:54 -07:00
2026-06-20 23:41:41 -07:00
2026-04-10 07:59:59 -07:00
2026-05-31 03:08:50 -07:00
2026-06-12 07:19:26 -07:00
2026-02-06 10:06:23 -08:00
2026-03-17 13:25:28 -07:00
2026-04-01 19:29:06 -07:00
2026-03-27 09:08:55 -07:00
2026-03-17 13:25:28 -07:00
2026-02-24 22:30:29 -08:00
2026-03-02 19:25:48 -08:00
2026-05-07 10:45:36 -07:00
2026-04-01 13:16:36 -07:00
2026-05-12 01:06:52 -07:00
2026-01-05 18:16:18 -08:00
2026-03-02 19:25:48 -08:00
2026-03-02 19:25:58 -08:00
2026-06-09 18:55:00 -07:00
2026-01-07 09:09:29 -08:00
2025-12-31 08:34:02 -08:00
2026-04-10 07:59:55 -07:00
2026-03-27 09:08:55 -07:00
2026-02-20 23:34:19 -08:00
2026-05-31 03:08:50 -07:00
2026-06-20 23:41:40 -07:00
2026-01-06 07:36:35 -08:00
2026-05-12 01:06:52 -07:00
2026-06-20 23:41:40 -07:00
2026-03-03 21:08:14 -08:00
2026-03-18 14:33:25 -07:00
2026-06-09 18:55:01 -07:00
2026-06-07 18:21:35 -07:00
2026-04-10 07:59:59 -07:00
2026-04-10 07:59:51 -07:00
2026-05-12 01:06:53 -07:00
2026-06-09 18:55:01 -07:00
2026-04-03 08:38:52 -07:00
2026-01-05 18:16:19 -08:00
2026-06-07 18:21:39 -07:00
2026-05-14 23:15:55 -07:00
2026-03-02 19:25:51 -08:00
2026-05-14 23:15:55 -07:00
2025-12-31 08:34:01 -08:00
2026-06-20 23:41:44 -07:00
2026-04-01 19:29:07 -07:00
2026-02-16 00:34:04 -08:00
2026-02-06 10:06:25 -08:00
2026-05-31 03:08:50 -07:00
2026-01-30 23:59:08 -08:00
2026-06-20 23:41:42 -07:00
2026-06-07 18:21:49 -07:00
2026-06-07 18:21:49 -07:00
2026-02-10 21:11:46 -08:00
2026-04-10 07:59:49 -07:00
2025-12-31 08:34:03 -08:00
2026-06-20 23:41:37 -07:00
2026-04-01 13:16:38 -07:00
2026-06-20 23:41:44 -07:00
2026-05-31 03:08:50 -07:00
2025-12-31 08:34:02 -08:00
2026-04-01 19:29:07 -07:00
2026-04-01 19:29:08 -07:00
2026-04-01 19:29:08 -07:00
2026-02-20 23:34:23 -08:00
2026-04-10 07:59:55 -07:00
2026-06-20 23:41:36 -07:00
2026-06-20 23:41:42 -07:00
2026-03-30 19:46:40 -07:00
2026-06-08 16:35:19 -07:00
2026-06-20 23:41:42 -07:00
2026-02-24 22:30:30 -08:00
2026-02-24 22:30:30 -08:00
2026-05-20 21:18:34 -07:00
2026-02-17 22:42:40 -08:00
2026-02-24 22:30:29 -08:00
2026-05-12 01:06:53 -07:00
2026-02-24 22:30:29 -08:00
2026-02-24 22:30:30 -08:00
2025-12-31 08:34:01 -08:00
2026-02-24 22:30:30 -08:00
2025-12-31 08:34:00 -08:00
2026-05-12 01:06:54 -07:00
2026-05-13 20:46:40 -07:00
2026-03-02 19:25:52 -08:00
2026-06-20 23:41:36 -07:00
2026-05-31 03:08:51 -07:00
2026-05-13 20:46:40 -07:00
2026-03-02 19:25:59 -08:00
2026-06-20 23:41:44 -07:00
2026-05-13 20:46:40 -07:00
2026-06-20 23:41:43 -07:00
2026-05-31 03:08:51 -07:00
2026-04-20 07:35:37 -07:00
2026-05-13 20:46:41 -07:00
2026-03-17 13:25:30 -07:00
2026-03-18 14:33:24 -07:00
2026-01-30 23:59:08 -08:00
2026-06-07 18:21:39 -07:00
2026-06-20 23:41:37 -07:00
2025-12-31 08:34:02 -08:00
2026-06-20 23:41:45 -07:00
2026-04-01 13:16:36 -07:00
2026-04-10 07:59:56 -07:00
2026-02-06 10:06:23 -08:00
2026-04-03 08:38:52 -07:00
2026-05-12 01:06:54 -07:00
2026-03-27 09:08:57 -07:00
2026-04-14 08:59:34 -07:00
2026-03-27 09:08:58 -07:00
2026-06-09 18:55:01 -07:00
2026-06-09 18:55:02 -07:00
2026-03-17 13:25:30 -07:00
2026-05-13 20:46:41 -07:00
2026-01-30 23:59:05 -08:00
2025-12-31 08:34:02 -08:00
2026-03-27 09:08:58 -07:00
2026-06-20 23:41:39 -07:00
2026-04-10 07:59:50 -07:00
2026-01-13 08:28:59 -08:00
2026-05-31 03:08:51 -07:00
2026-03-20 14:13:10 -07:00
2026-02-17 22:42:40 -08:00
2026-03-17 13:25:30 -07:00
2026-05-31 03:08:51 -07:00
2025-12-31 08:34:03 -08:00
2026-04-10 07:59:56 -07:00
2026-02-20 23:34:22 -08:00
2026-05-13 20:46:41 -07:00
2026-05-21 07:30:57 -07:00
2026-03-17 13:25:31 -07:00
2026-06-07 18:21:40 -07:00
2026-03-27 09:08:59 -07:00
2026-04-01 13:16:36 -07:00
2026-01-30 23:59:09 -08:00
2026-02-20 23:34:18 -08:00
2026-02-07 19:01:52 -08:00
2026-05-21 07:30:58 -07:00
2026-03-17 13:25:31 -07:00
2026-01-06 07:36:35 -08:00
2026-04-02 16:05:46 +00:00
2026-01-12 08:53:44 -08:00
2026-01-12 08:53:44 -08:00
2025-12-31 08:34:02 -08:00
2026-05-21 10:01:22 -07:00
2026-05-21 10:01:22 -07:00
2026-05-12 01:06:59 -07:00
2026-05-21 07:30:58 -07:00
2026-05-21 07:30:58 -07:00
2026-06-07 18:21:41 -07:00
2026-01-06 07:36:35 -08:00
2026-05-13 20:46:42 -07:00
2026-01-30 23:59:05 -08:00
2026-02-06 10:06:19 -08:00
2026-02-06 10:06:19 -08:00
2026-05-31 03:08:51 -07:00
2026-03-27 09:08:59 -07:00
2026-04-20 07:35:37 -07:00
2026-03-27 09:08:59 -07:00
2026-03-17 13:25:31 -07:00
2026-06-07 18:21:41 -07:00
2026-06-20 23:41:40 -07:00
2026-05-12 01:06:55 -07:00
2026-04-01 13:16:36 -07:00
2026-01-02 22:28:23 -08:00
2026-04-20 07:35:37 -07:00
2026-03-27 09:09:04 -07:00
2026-01-20 08:27:13 -08:00
2026-05-12 01:06:59 -07:00
2026-06-09 18:55:02 -07:00
2026-01-13 08:29:01 -08:00
2026-04-10 07:59:50 -07:00
2026-02-16 00:34:02 -08:00
2026-01-12 10:25:57 -08:00
2026-05-14 23:15:56 -07:00
2026-05-20 21:18:31 -07:00
2026-01-27 11:58:27 -08:00
2026-02-16 10:25:51 -08:00
2026-04-23 07:48:11 -07:00
2026-05-31 03:08:52 -07:00
2026-03-02 19:25:53 -08:00
2026-05-13 20:46:43 -07:00
2026-04-14 08:59:34 -07:00
2026-05-12 01:06:55 -07:00
2026-05-31 03:08:52 -07:00
2026-01-20 08:27:14 -08:00
2026-01-21 15:31:07 -08:00
2026-02-17 22:42:39 -08:00
2026-06-07 18:21:41 -07:00
2026-02-16 10:25:51 -08:00
2026-05-12 01:06:55 -07:00
2026-03-02 19:25:54 -08:00
2026-06-09 18:55:02 -07:00
2026-06-07 18:21:41 -07:00
2026-05-31 03:08:52 -07:00
2026-03-27 09:09:00 -07:00
2026-03-27 09:09:00 -07:00
2026-01-30 23:59:09 -08:00
2026-04-14 08:59:35 -07:00
2026-04-10 17:25:49 -07:00
2026-06-09 18:55:02 -07:00
2026-03-02 19:25:54 -08:00
2026-06-07 18:21:42 -07:00
2026-05-21 07:30:58 -07:00
2026-05-21 07:30:59 -07:00
2026-05-31 03:08:52 -07:00
2026-05-13 20:46:44 -07:00
2026-06-09 18:55:02 -07:00
2026-03-17 13:25:32 -07:00
2026-02-16 00:34:03 -08:00
2026-03-17 13:25:23 -07:00
2026-03-17 13:25:32 -07:00
2026-03-24 14:22:34 -07:00
2026-06-09 18:55:02 -07:00
2026-06-07 18:21:43 -07:00
2026-06-07 18:21:43 -07:00
2026-05-31 03:08:53 -07:00
2026-06-20 23:41:41 -07:00
2026-03-27 09:09:01 -07:00
2026-05-31 03:08:46 -07:00
2026-04-14 08:59:35 -07:00
2026-04-10 07:59:57 -07:00
2026-05-31 03:08:53 -07:00
2026-04-14 08:59:35 -07:00
2026-05-31 03:08:53 -07:00
2026-05-31 03:08:53 -07:00
2026-03-02 19:25:55 -08:00
2026-06-20 23:41:37 -07:00
2026-05-31 03:08:54 -07:00
2026-04-06 22:54:18 -07:00
2026-03-17 13:25:33 -07:00
2026-01-20 08:27:10 -08:00
2026-05-31 03:08:54 -07:00
2026-03-02 19:25:55 -08:00
2026-01-07 09:09:29 -08:00
2026-02-06 10:06:19 -08:00
2026-02-06 10:06:19 -08:00
2026-04-01 19:29:11 -07:00
2026-05-21 07:30:59 -07:00
2026-02-16 00:34:04 -08:00
2026-06-20 23:41:36 -07:00
2026-06-09 18:55:03 -07:00
2026-03-17 13:25:33 -07:00
2026-06-20 23:41:36 -07:00
2026-02-16 10:25:51 -08:00
2026-05-21 07:31:00 -07:00
2026-01-12 08:53:48 -08:00
2026-03-24 14:22:33 -07:00
2026-05-21 07:31:00 -07:00
2026-06-09 18:55:03 -07:00
2026-05-31 03:08:54 -07:00
2026-05-12 01:06:56 -07:00
2026-06-09 18:55:03 -07:00
2026-06-20 23:41:39 -07:00
2026-01-30 23:59:09 -08:00
2026-03-27 09:09:01 -07:00
2026-06-20 23:41:36 -07:00
2026-06-09 18:55:03 -07:00
2026-05-31 03:08:54 -07:00
2026-06-20 23:41:42 -07:00
2026-01-12 08:53:42 -08:00
2026-01-20 08:27:12 -08:00
2026-05-13 20:46:47 -07:00
2026-03-17 13:25:21 -07:00
2026-04-10 07:59:57 -07:00
2026-03-17 13:25:33 -07:00
2026-03-17 13:25:33 -07:00
2026-05-31 03:08:54 -07:00
2026-01-21 15:31:08 -08:00
2026-05-13 20:46:47 -07:00
2026-01-22 22:01:03 -08:00
2026-03-17 13:25:20 -07:00
2026-03-18 14:33:25 -07:00
2026-03-20 14:12:30 -07:00
2026-05-12 01:06:56 -07:00
2026-04-01 13:16:36 -07:00
2026-04-10 07:59:59 -07:00
2026-05-31 03:08:54 -07:00
2026-05-31 03:08:55 -07:00
2026-06-07 18:21:45 -07:00
2026-03-02 19:25:57 -08:00