This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
KeyError on recent background updates #16054
Labels
A-Database
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Major
Major functionality / product severely impaired, no satisfactory workaround.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
X-Regression
Something broke which worked on a previous release
Description
We're seeing a
KeyError
on the recent updates introduced by 11e15d7:Specifically appears to be missing in
BackgroundUpdates._background_update_handlers
, but adding some logging indicates it is being registered as a background update:If I run locally with sqlite there is no error, but I can't see any codepath that would change the behaviour for postgres 🤔
The text was updated successfully, but these errors were encountered: