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
Using eventually consistent reads is great, except when the session was just updated, in which case we may be going from no-login info to having login info and it will be important to read the updated data
To-Do
Add unit tests that mimic this case
Implement the option to configure how long strongly consistent reads should be used for after session creation
The text was updated successfully, but these errors were encountered:
Motivations
To-Do
The text was updated successfully, but these errors were encountered: