ucd-library / aggie-experts

Publicly reported feedback and issues for Aggie Experts
https://ucd-library.github.io/aggie-experts/
MIT License
1 stars 2 forks source link

Qh add lb to docker compose #443

Open qjhart opened 2 weeks ago

qjhart commented 2 weeks ago

This replicates the DAMS load balancer for replicating the gateway and dbsync. One problem I see with this, is that the nature of the way data comes in is such that I fear we would end up with both dbsyncs always trying to update the same document. We need to test how often these conflicts occur, and make sure version checking makes sure this doesn't lead to bad data.

On the other hand, as we move to three indexes (work,grant,expert) more work will be done on other indexes and different records in that case.