Closed filipecabaco closed 2 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
For now we opted to avoid this change as it requires a lot of "sleep" which is a smell. If we moved forward with this change we could find serious issues in production due to multiple async migrations happening
What kind of change does this PR introduce?
Moves migrations to a non blocking callback meaning that multiple migrations will be able to be started. We're also handling errors better when the migrations are already running preventing multiple migrations from starting