-
-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
My after.update
hooks return the old document because of replication lag (meteor writes the update to primary, collection hooks reads the document from secondary before it gets a chance to synchronize with primary).
How to deal with this? I cannot simply add a timeout to my hooks, that won't solve the issue.
evolross
Metadata
Metadata
Assignees
Labels
No labels