No more white API container

This commit is contained in:
Scott Idem
2024-03-29 18:31:52 -04:00
parent adb490948a
commit 74dc0e1a7e

View File

@@ -168,7 +168,7 @@ upstream fastapi_backend {
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;
# 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;