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
The intention here is to handle things when thousands of requests are
made to add tracked users and the async lock gets dogpiled. Async lock
has a (sensible) limit of 1000 acquires before it gives up, so I think
we should just queue up requests in a big batch and handle them like so.
## Checklist
* [ ] Tests written for all new code
* [ ] Linter has been satisfied
* [ ] Sign-off given on the changes (see CONTRIBUTING.md)
0 commit comments