mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 07:48:13 +08:00
fetch group should default to non cached
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ def fetch_cached(task_id, wait=0, broker=None):
|
||||
time.sleep(0.01)
|
||||
|
||||
|
||||
def fetch_group(group_id, failures=True, cached=True):
|
||||
def fetch_group(group_id, failures=True, cached=False):
|
||||
"""
|
||||
Return a list of Tasks for a task group.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user