diff --git a/artemis/cleanup.py b/artemis/cleanup.py index 132fa12ee..bd222efd8 100644 --- a/artemis/cleanup.py +++ b/artemis/cleanup.py @@ -13,7 +13,7 @@ logger = utils.build_logger(__name__) DONT_CLEANUP_TASKS_FRESHER_THAN__DAYS = 3 -DELAY_BETWEEN_CLEANUPS__SECONDS = 24 * 3600 +DELAY_BETWEEN_CLEANUPS__SECONDS = 4 * 3600 def _cleanup_tasks_not_in_queues() -> None: