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
We send client's "last seen" times to the RW database. We should do that async -- it shouldn't block API calls. This will help improve latency if the RW server is far away or slow.
We could batch it too, which should help with the number of transactions in the primary RW server
We send client's "last seen" times to the RW database. We should do that async -- it shouldn't block API calls. This will help improve latency if the RW server is far away or slow.
We could batch it too, which should help with the number of transactions in the primary RW server