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
There's a fix in #13406
I believe the code there isn't correct. If both is_filtered(models.OrganisationMember) and silent are True, the code will delete expired objects, which I think is incorrect.
The text was updated successfully, but these errors were encountered:
Important Details
How are you running Sentry?
Description
Cron output is not empty, mails me:
Steps to Reproduce
What you expected to happen
No output.
Possible Solution
There's a fix in #13406
I believe the code there isn't correct. If both
is_filtered(models.OrganisationMember)
andsilent
are True, the code will delete expired objects, which I think is incorrect.The text was updated successfully, but these errors were encountered: