mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 08:28:12 +08:00
Defaults RETRY to 60
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ class Conf(object):
|
||||
|
||||
# Number of seconds to wait for acknowledgement before retrying a task
|
||||
# Only works with brokers that guarantee delivery. Defaults to 0. Meaning no retries.
|
||||
RETRY = conf.get('retry', 0)
|
||||
RETRY = conf.get('retry', 60)
|
||||
|
||||
# The Django Admin label for this app
|
||||
LABEL = conf.get('label', 'Django Q')
|
||||
|
||||
Reference in New Issue
Block a user