From a2b9096b1906cc7e64265a361b2ceff1d11afbad Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sun, 22 Jan 2023 07:46:06 -0800 Subject: [PATCH] bump pending latency down to 500ms, threads up to 30, for link preview DOSes for #378 --- app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index c38c72b..d01732c 100644 --- a/app.yaml +++ b/app.yaml @@ -8,14 +8,14 @@ runtime: python39 # https://cloud.google.com/appengine/docs/standard/python3/runtime#entrypoint_best_practices # https://docs.gunicorn.org/en/latest/settings.html#timeout -entrypoint: gunicorn --workers 1 --threads 10 --timeout 60 -b :$PORT app:app +entrypoint: gunicorn --workers 1 --threads 30 --timeout 60 -b :$PORT app:app # background: https://github.com/snarfed/bridgy/issues/578 # https://github.com/snarfed/bridgy/issues/1051 automatic_scaling: max_idle_instances: 1 target_cpu_utilization: .9 - min_pending_latency: 3000ms + min_pending_latency: 500ms max_concurrent_requests: 30 inbound_services: