chefzaid / emailator

A set of mailing tools - bulk sending, extraction, verification, and forwarding.
1 stars 3 forks source link

Load balancing / HA #29

Closed chefzaid closed 8 years ago

chefzaid commented 8 years ago

Add a load balancer (HA Proxy) to equally dispatch loads between two servers and switch between the two in case of failure (only for the microservice) => will split the processing time by half

Will the GUI need a load balancer too? Will the database need replication and HA too?

chefzaid commented 8 years ago

Duplicate of Issue #34