Skip to content

Commit 83bf52d

Browse files
committed
Clean cache in different times
1 parent 90b5bbf commit 83bf52d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/tiler-cache/sqs_processor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ def execute_cleanup_for_all_paths(s3_imposm3_exp_path, cleanup_type):
9393
DELAYED_CLEANUPS = [
9494
("delayed_cleanup_15min", 900), # 15 minutes
9595
("delayed_cleanup_1hour", 7200), # 2 hour
96+
("delayed_cleanup_2hour", 14400), # 6 hour
97+
("delayed_cleanup_12hour", 43200), # 12 hour
98+
("delayed_cleanup_24hour", 86400), # 24 hour
9699
]
97100

98101

0 commit comments

Comments
 (0)