Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Polling observe driver without invalidation crossbar listener #417

Open
Torgen opened this issue Dec 22, 2020 · 0 comments
Open

Polling observe driver without invalidation crossbar listener #417

Torgen opened this issue Dec 22, 2020 · 0 comments

Comments

@Torgen
Copy link

Torgen commented Dec 22, 2020

Currently the polling driver queries the database at two times:

  1. When a change is made in-process that might affect the results
  2. Every poll interval

I want to be able to use 2 and not 1. My data changes frequently enough that I don't want to push every change to every client, and I'm willing to tolerate stale data, but AIUI setting the polling throttle to a large value can make methods slow since they wait to return until all subscriptions are updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant