diff --git a/passbook/lib/tasks.py b/passbook/lib/tasks.py index e00d3cb3d..ff7fbab7c 100644 --- a/passbook/lib/tasks.py +++ b/passbook/lib/tasks.py @@ -72,7 +72,7 @@ class TaskInfo: if self.result.uid: key += f"_{self.result.uid}" self.task_name += f"_{self.result.uid}" - cache.set(key, self, timeout=6 * 60 * 60) + cache.set(key, self, timeout=13 * 60 * 60) class MonitoredTask(Task):