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
Creating a single user takes approximately 90s. When adding multiple users the process can take quite a while. Also, if a single user fails to be created, the entire process will be terminated which might mean running the (long) process again.
🚂 How could this be done?
Parallelise user creation (if possible)
Continue adding users upon error, but accumulate the errors and report at the end of the process
The text was updated successfully, but these errors were encountered:
✅ Checklist
🍓 Suggested change
From #2320 (comment)
Creating a single user takes approximately 90s. When adding multiple users the process can take quite a while. Also, if a single user fails to be created, the entire process will be terminated which might mean running the (long) process again.
🚂 How could this be done?
The text was updated successfully, but these errors were encountered: