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}, }