drop router to 2 cores

pull/1343/head
Ryan Barrett 2024-09-21 06:52:10 -07:00
rodzic ff010b11b9
commit b3c3419cdb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -12,8 +12,8 @@ runtime_config:
runtime_version: "3.12"
resources:
cpu: 6
memory_gb: 15.6
cpu: 2
memory_gb: 12.6
env_variables:
PDS_HOST: atproto.brid.gy
@ -37,4 +37,4 @@ liveness_check:
# https://cloud.google.com/appengine/docs/flexible/python/runtime#application_startup
# https://docs.gunicorn.org/en/latest/settings.html
# TODO: try asyncio w/eventlet workers
entrypoint: gunicorn --workers 6 --threads 30 -b :$PORT router:app
entrypoint: gunicorn --workers 2 --threads 30 -b :$PORT router:app