chg: clear old UUIDs found when archiving

pull/833/head
Raphaël Vinot 2023-11-16 23:22:04 +01:00
parent f209ef22f1
commit 096d7c6fb5
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ class Archiver(AbstractManager):
# archive the capture.
capture_path = Path(path)
if not capture_path.exists():
self.redis.hdel('lookup_dirs', uuid)
if not self.redis.hexists('lookup_dirs_archived', uuid):
self.logger.warning(f'Missing capture directory for {uuid}, unable to archive {capture_path}')
continue