sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Move data queries to the host-server and reduce client queries to a single endpoint on the host-server

Open sbuggay opened this issue 8 years ago • 0 comments

Right now the client polls each individual data-server. Which causes more load on the client as well as exposes data-server endpoints.

The goal is to give the host-server more to do than just serve up the client.

  • [x] Move data queries to host-server
  • [x] Update client to only poll host-server
  • [ ] Use websockets

sbuggay avatar Jul 17 '17 22:07 sbuggay