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
Users will want to reliably react to document updates - eg to run compute or populate secondary indexes. We provide a event subscription API; however if this subscription is set up over the RPC or IPC this takes a few ticks, and thus may miss doc updates especially when the node is started.
We should look into either adding a hook feature or allowing to setup a catch-all subscription that can be created directly with node startup.
#1495 improves subscriptions a bit but they are still an async call away, so not reliable to catch all events.
The text was updated successfully, but these errors were encountered:
Users will want to reliably react to document updates - eg to run compute or populate secondary indexes. We provide a event subscription API; however if this subscription is set up over the RPC or IPC this takes a few ticks, and thus may miss doc updates especially when the node is started.
We should look into either adding a hook feature or allowing to setup a catch-all subscription that can be created directly with node startup.
#1495 improves subscriptions a bit but they are still an async call away, so not reliable to catch all events.
The text was updated successfully, but these errors were encountered: