-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User_cleanup_Job doesn't run properly #428
Comments
Might actually be broken since #259, because site still contains "Gearchiveerde gebruiker [id]" users instead of one archived user. |
This was referenced Oct 10, 2024
Merged
Was about to reopen the issue too haha, seems something is still not properly working |
you can recreated the issue with the following command: Form::Response.where(user_id: 49).update(user_id: 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this looks like to be the case for the last 2 years according to sentry, it gives multiple user who should have been archived but haven't due to this bug
The text was updated successfully, but these errors were encountered: