wip: more in-progress edits

This commit is contained in:
Nick Sweeting 2026-05-31 02:23:53 -07:00
parent da5d6d6bdd
commit 04dae210fd
No known key found for this signature in database

View File

@ -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