An unexpected situation related to database migration caused slowness for some customers. Around 10% of our customers were in the affected database. Around 200 were active during the outage.
An operation trying to obtain a metadata lock caused other traffic to be waiting. The error was that this operation should have happened in the middle of the night, not during normal business hours.
We will make changes to our database migration tooling to prevent this error from occuring in the future.