diff options
author | 2021-01-18 16:12:03 -0800 | |
---|---|---|
committer | 2021-01-18 16:12:03 -0800 | |
commit | f444864473931463199916bfa587216b75caf578 (patch) | |
tree | dd5effeaa06b5f02af4348dfbdc9c5e3aa980545 /tests | |
parent | Merge PR #1289 - add branding manager (diff) |
Sync: chunk user requests
The site can't handle huge syncs. Even a bulk patch of 10k users will
crash the service. Chunk the requests into groups of 1000 users and
await them sequentially. Testing showed that concurrent requests
are not scalable and would also crash the service.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions