mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-24 03:38:11 +08:00
adds timeout to group_key cache object
This commit is contained in:
+1
-1
@@ -450,7 +450,7 @@ def save_cached(task, broker):
|
||||
return
|
||||
# save the group list
|
||||
group_list.append(task_key)
|
||||
broker.cache.set(group_key, group_list)
|
||||
broker.cache.set(group_key, group_list, timeout)
|
||||
# async next in a chain
|
||||
if task.get('chain', None):
|
||||
tasks.async_chain(task['chain'], group=group, cached=task['cached'], sync=task['sync'], broker=broker)
|
||||
|
||||
Reference in New Issue
Block a user