You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before #161, concurrent deployments that had the same pointers could be left active, all of them. A fix was added, but on many catalysts, there are 2 or more deployments that are being referenced by the same pointer.
We need to make a db migration to find those deployments, and fix the issue, by marking that one overwrote the other.
The text was updated successfully, but these errors were encountered:
Before #161, concurrent deployments that had the same pointers could be left active, all of them. A fix was added, but on many catalysts, there are 2 or more deployments that are being referenced by the same pointer.
We need to make a db migration to find those deployments, and fix the issue, by marking that one overwrote the other.
The text was updated successfully, but these errors were encountered: