ComfyUI/app/assets
Luke Mino-Altherr ba30d76d36 Add checkpoint/interrupt support to BLAKE3 hashing
- Add HashCheckpoint dataclass for saving/resuming interrupted hash computations
- compute_blake3_hash now accepts interrupt_check and checkpoint parameters
- Returns (digest, None) on completion or (None, checkpoint) on interruption
- Update ingest.py caller to handle new tuple return type

Amp-Thread-ID: https://ampcode.com/threads/T-019cbb0b-8563-7199-b628-33e3c4fe9f41
Co-authored-by: Amp <amp@ampcode.com>
2026-03-04 15:22:42 -08:00
..
api Fix asset API security and correctness issues 2026-03-03 18:47:48 -08:00
database feat: soft-delete for AssetReference with scanner persistence 2026-03-03 20:15:14 -08:00
services Add checkpoint/interrupt support to BLAKE3 hashing 2026-03-04 15:22:42 -08:00
helpers.py Reduce duplication across assets module 2026-03-03 17:23:32 -08:00
scanner.py Optimize enrichment: shared DB session per batch, add fast scan timing logs 2026-03-04 15:17:48 -08:00
seeder.py Optimize enrichment: shared DB session per batch, add fast scan timing logs 2026-03-04 15:17:48 -08:00