mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-27 03:15:59 +08:00
The previous commit acquired the exclusive lock before Alembic migrations, but Alembic opens its own connection — which was then blocked by our lock. Move lock acquisition to after migrations complete in a dedicated connection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>