From 3f4dc8e1bc07f88c064d4734f5cc3ee87b1497e4 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 24 Feb 2026 12:45:26 +0000 Subject: add background job to clean up grasp-audit test events and git repos Spawns a tokio task that runs every 30 minutes and removes all events tagged 'grasp-audit-test-event' older than 2 hours from the LMDB database, along with their associated bare git repositories on disk. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 8befd6f..d0e2c2d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +pub mod audit_cleanup; pub mod config; pub mod git; pub mod http; -- cgit v1.2.3