ComfyUI/app/database
Luke Mino-Altherr d638d81d6c fix: acquire exclusive SQLite lock at startup to prevent multi-process DB conflicts
When two ComfyUI processes share the same database file but point to
different input/output/model directories, each process's scan marks
the other's assets as missing, causing unreliable asset visibility.
This adds an exclusive lock so the second process fails fast at startup
with a clear message to use --database-url.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 17:30:30 -08:00
..
db.py fix: acquire exclusive SQLite lock at startup to prevent multi-process DB conflicts 2026-03-03 17:30:30 -08:00
models.py Add most basic Asset support for models (#11315) 2026-01-08 22:21:51 -05:00