Files
django-q2/django_q/tests
Janne Rönkkö 0e2df88d92 Fix async_task timeout parameter handling when cluster timeout is set to None (the default)
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
2019-01-27 19:09:22 +02:00
..
2015-10-17 18:49:45 +02:00
2018-08-05 13:39:04 +02:00
2018-08-05 13:39:04 +02:00
2018-08-05 13:39:04 +02:00
2018-01-08 09:57:20 +01:00