Re: Questions regarding upstream

2024-08-16 Thread Benedikt Heine via nginx
Hi, On 09.08.24 22:16, Sébastien Rebecchi wrote: 1. When is it better to use random load-balancing strategy rather than the default round-robin one (and vice-versa)? Random selects always one randomly, while round robin usually sends the next request to the next server in the list. Persona

Questions regarding upstream

2024-08-09 Thread Sébastien Rebecchi
Hello I have 2 questions 1. When is it better to use random load-balancing strategy rather than the default round-robin one (and vice-versa)? 2. Is there a way to be notified when a server is marked as down (max_fails reached during fail_timeout)? I can't see anything as such in error logs Than