summaryrefslogtreecommitdiff
path: root/issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi
diff options
context:
space:
mode:
authorArun Isaac2023-12-19 13:58:33 +0000
committerArun Isaac2023-12-19 13:58:33 +0000
commit2258d0c8b2f2751c787fe6b2fa5d7c6da2a0831c (patch)
tree35bbf77c8b8b6ac8df44f98147a96a379184ae84 /issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi
parentafce2b7d75b9c7533a402bdfef70fe1dae3a24db (diff)
downloadgn-gemtext-2258d0c8b2f2751c787fe6b2fa5d7c6da2a0831c.tar.gz
Describe xapian index rebuild cron job.
Diffstat (limited to 'issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi')
-rw-r--r--issues/make-xapian-index-rebuild-conditional-on-database-checksums.gmi2
1 files changed, 2 insertions, 0 deletions
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