Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jan 9, 2025
1 parent 9b69a21 commit 84da094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 84da094

Please sign in to comment.