bump pending latency down to 500ms, threads up to 30, for link preview DOSes

for #378
pull/380/head
Ryan Barrett 2023-01-22 07:46:06 -08:00
rodzic af769de99e
commit a2b9096b19
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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: