mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 18:18:12 +08:00
The cluster timeout configuration default value None is documented to mean tasks never timeout out. Also the documentation states that the timeout can be overridden for individual tasks. With the old implementation the timeout parameter given to async_task was not honored if the cluster timeout was set to None. Fixes: #335