fetch group should default to non cached

This commit is contained in:
Ilan Steemers
2015-10-01 15:06:43 +02:00
parent 33282cb2e5
commit 7107e9ea35
+1 -1
View File
@@ -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.