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
Bearer token support (germanoeich#4)
* Support Bearer tokens using a different mutex and queue, remove redundant takeGlobal call on queue
* Add LRU support for bearer queues
* Document bearer tokens on readme
* Prevent queue creation and global hash calculations if the request is going to be routed to another node
* Fix some bad mutex locking, add k6 test
* More mutex work