fix(common:tasks): remove_old_jobs always failing

This commit is contained in:
Herculino Trotta
2025-08-24 10:41:26 -03:00
parent 0d947f9ba6
commit dd2b9ead7e

View File

@@ -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,
)