High Availability ================== PyScaler can achieve high availability by: - Deploy Django application in a secondary node - Use a load balancer in front of the http port - Configure Django to use MySql instead of SqLite - Configure both Django nodes to use MySql - MySql can be configured in `cluster `_, as well - Enable RabbitMQ `clustering `_ - USe a single memcached instance for all django servers. - Memcached can be `clustered `_, as well