codeine-cd / codeine

Codeine is a continuous deployment tool that makes product deployment faster and safer through automation and monitoring.
Apache License 2.0
28 stars 7 forks source link

update of node status is slow if there is a slow database #153

Closed oshai closed 9 years ago

oshai commented 9 years ago

to prevent slow database from interfering other db's.

oshai commented 9 years ago

in order to reduce the latency we will try to do a "fast cache" when hitting project page (if it is small project) for the nodes or node page, so that after a ui refresh or hitting the page again you will see the data.

oshai commented 9 years ago

seems like connectors isolation is enough for now (for most cases), so the second part will not be implemented (refresh of selected nodes).