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
martinbonnin
changed the title
Fail fast if to ApolloStore use the same underlying database
Fail fast if two ApolloStores use the same underlying database
May 17, 2024
BoD
changed the title
Fail fast if two ApolloStores use the same underlying database
Fail fast if two ApolloStores use the same underlying database
Dec 13, 2024
Because the database lock belongs to ApolloStore, using two ApolloStore (and therefore two locks) can lead to Concurrent modification exceptions.
We could catch those cases early to give better diagnostics.
The text was updated successfully, but these errors were encountered: