Skip to content
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

Assigning and Deleting multiple users from an assignment is comically slow #284

Open
FrankreedX opened this issue Jul 11, 2024 · 0 comments

Comments

@FrankreedX
Copy link
Contributor

FrankreedX commented Jul 11, 2024

This is due to looping through lots of users and atomically changing their assignment array.
Proposing merging all assignment array into one document for faster updating. The downside to this is whenever a user requests their assignment, all assignments will be fetched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant