From 2258d0c8b2f2751c787fe6b2fa5d7c6da2a0831c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 19 Dec 2023 13:58:33 +0000 Subject: Describe xapian index rebuild cron job. --- issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'issues') diff --git a/issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi b/issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi index 574a7c0..ae73f12 100644 --- a/issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi +++ b/issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi @@ -10,4 +10,6 @@ We need to be rebuilding the xapian index only when the database changes. Here's * [x] Register database table checksums in the xapian index. * [x] Trigger an index rebuild only when the checksums have changed. +We now rebuild the xapian index up to once an hour. A cron job runs every hour and checks if the database checksums have changed. If they have indeed changed, the cron job triggers the xapian index rebuild CI job. + * closed -- cgit v1.2.3