sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.1k stars 1.27k forks source link

insights: revisit polling mechanism #43876

Open coury-clark opened 1 year ago

coury-clark commented 1 year ago

Consider an alternative approach to polling for insight updates while they are processing. With the new backfiller system it may be much better to subscribe to the dashboard and watch for update events, only refreshing the charts when the refresh event is produced.

/cc @joelkw @felixfbecker @vovakulikov

coury-clark commented 1 year ago

p2

vovakulikov commented 1 year ago

@coury-clark do you mean here a real subscription system? like web-sockets or web streams? or is it something different?

chwarwick commented 1 year ago

p2