Trying to get things to work better. Why are the SQL results getting mixed...???
This commit is contained in:
@@ -162,9 +162,9 @@ upstream fastapi_backend {
|
||||
# larger number will recieve more requests
|
||||
# Example of 20 vs 10: 20 will recieve twice as many requests as 10
|
||||
server aether_api_gunicorn:5005 weight=20 max_fails=2 fail_timeout=30s;
|
||||
# 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_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;
|
||||
|
||||
# maintain up to 20 idle connections to the group of upstream servers
|
||||
# keepalive 20;
|
||||
|
||||
Reference in New Issue
Block a user