i have a HAProxy topology with:
- 1 Frontend
- 3 Backend Server: backend-1 | backend-2 | backend-3
I wonder if there is a method to do rotating backend without sharing load on every backend ?
The example: every 30 minutes traffic will go from backend-1 to backend-3 sequentially
I really appreciate all your answers :)