Now with more colors!

This commit is contained in:
Scott Idem
2024-03-29 14:51:06 -04:00
parent ee4e68ddcb
commit 8a4434d0b8
3 changed files with 66 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ upstream fastapi_backend {
server aether_api_gunicorn_red:5005 weight=20 max_fails=2 fail_timeout=30s;
server aether_api_gunicorn_green:5005 weight=20 max_fails=2 fail_timeout=30s;
server aether_api_gunicorn_blue:5005 weight=20 max_fails=2 fail_timeout=30s;
server aether_api_gunicorn_black:5005 weight=20 max_fails=2 fail_timeout=30s;
server aether_api_gunicorn_white:5005 weight=20 max_fails=2 fail_timeout=30s;
# maintain up to 20 idle connections to the group of upstream servers
# keepalive 20;