From 59bee86093515e22b3ae802cf6f3b657817d39aa Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 2 Jun 2026 17:27:40 +0200 Subject: [PATCH] [CHANGE] Task `QueueOnce` options --- CHANGELOG.md | 4 ++++ sovtimer/tasks.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac99a1d9..85152c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,10 @@ Section Order: - Class 'Iterable' does not define '__sub__', so the '-' operator cannot be used on its instances +### Changed + +- Task `QueueOnce` options + ## [4.1.0] - 2026-05-19 ### Changed diff --git a/sovtimer/tasks.py b/sovtimer/tasks.py index 35d4f416..797d9adc 100644 --- a/sovtimer/tasks.py +++ b/sovtimer/tasks.py @@ -30,7 +30,7 @@ "max_retries": Constants.TASK_ESI_MAX_RETRIES, "default_retry_delay": Constants.TASK_DEFAULT_RETRY_DELAY, }, - **{"base": QueueOnce, "once": {"graceful": True}}, + **{"base": QueueOnce}, }