diff --git a/app/apps/common/tasks.py b/app/apps/common/tasks.py index 1d6203d..db5b866 100644 --- a/app/apps/common/tasks.py +++ b/app/apps/common/tasks.py @@ -23,7 +23,7 @@ async def remove_old_jobs(context, timestamp): return await builtin_tasks.remove_old_jobs( context, max_hours=744, - remove_error=True, + remove_failed=True, remove_cancelled=True, remove_aborted=True, )