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
{{ message }}
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
This happens because not all relations seem to be deleted properly. Prevalent with users that have a lot of records on them.
I'm not exactly sure what's the reason for this, we don't have any error logs or failures from Sidekiq and the likes that back up that the async destruction jobs outright fail or something (but we should maybe check that).
I assume that something with our relation chains is broken. I don't really find documentation on that, but maybe we need to adjust dependent: destroys down the line to also be async to not cause hickups or something like that.