-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
feat: Run user deletion as a background task #8516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful, thank you.
The only thing is for the .po files: in practice we need only to change en.po and common.pot, as the other files will be populated by PRs made through Crowdin. In practice Product Opener uses the English translation if there's no translation in a local language. Could you remove the changes to the other .po files? Otherwise it will create lots of diffs (most of them will be removed unless we already have a translation) in the next Crowdin update.
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* Make user deletion a minion job * Change message * Change way enqueue is called to avoid issues with tests * Perltidy fix * Rever PO file changes
What
User deletion is run as a minion job rather than synchronously
Related issue(s) and discussion