From 04dae210fd927df9ce78708d7a6ab7e34e8e4fec Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 31 May 2026 02:23:53 -0700 Subject: [PATCH] wip: more in-progress edits --- archivebox/core/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archivebox/core/models.py b/archivebox/core/models.py index 46ddf6f9..2af3a4ed 100755 --- a/archivebox/core/models.py +++ b/archivebox/core/models.py @@ -2693,6 +2693,7 @@ class Snapshot(ModelWithDeleteAfter, ModelWithOutputDir, ModelWithConfig, ModelW ) if count + legacy_result_count > 0: + self.refresh_from_db(fields=["modified_at", "retry_at", "status"]) self.queue_for_extraction(when=now) return count + legacy_result_count