ShaneK / Matador

Front-end web interface for Bull Job Manager
MIT License
98 stars 51 forks source link

Need to change how data is being refreshed #11

Open ShaneK opened 9 years ago

ShaneK commented 9 years ago

Currently data is just instantly refreshing itself pretty quickly. It's spamming the server and it makes it difficult to look at stuff in the networking tab.

This isn't actually too terrible, but it could be done better. I think switching to long polling or socket.io would be a better solution than what's currently in place.