mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 00:28:12 +08:00
Fix: Daylight saving time issue with scheduler (#47)
This commit is contained in:
@@ -70,6 +70,13 @@ Set this to something that makes sense for your project. Can be overridden for i
|
||||
|
||||
See :ref:`retry` for details how to set values for timeout and retry.
|
||||
|
||||
.. _time_zone:
|
||||
|
||||
time_zone
|
||||
~~~~~~~
|
||||
|
||||
The timezone that is used for task scheduling. Use this if you are having issue with DST. The scheduler uses UTC to calculate the next date and will therefore ignore any DST changes. This will cause 1 hour or 0.5 hour changes in the schedule when time is moved one hour ahead or back. Defaults to `settings.TIME_ZONE` if `USE_TZ` is enabled.
|
||||
|
||||
.. _ack_failures:
|
||||
|
||||
ack_failures
|
||||
|
||||
Reference in New Issue
Block a user