Merge pull request 'fix(tradein/compose): USE_PROXY_POOL_CURL/BROWSER и сервису backend — не только scraper (#3386)' (#3387) from fix/backend-proxy-pool-flags into main
All checks were successful
Deploy Trade-In / changes (push) Successful in 10s
Deploy Trade-In / build-browser (push) Successful in 36s
Deploy Trade-In / build-frontend (push) Successful in 2m8s
Deploy Trade-In / test (push) Successful in 4m3s
Deploy Trade-In / build-backend (push) Successful in 31s
Deploy Trade-In / deploy (push) Successful in 1m32s
Deploy Trade-In / deploy-status (push) Successful in 1s
Deploy Trade-In / perimeter-smoke (push) Successful in 11s

This commit is contained in:
bot-backend 2026-09-05 22:30:40 +00:00
commit 6875992746

View file

@ -333,6 +333,13 @@ services:
# PING 19 мс, SET 0.35 мс, GET 0.31 мс) — см. описание PR. # PING 19 мс, SET 0.35 мс, GET 0.31 мс) — см. описание PR.
# db1 — не 0 и не 2: 0 занят celery-брокером gendesign, 2 — glitchtip'ом. # db1 — не 0 и не 2: 0 занят celery-брокером gendesign, 2 — glitchtip'ом.
REDIS_URL: "redis://gendesign-redis:6379/1" REDIS_URL: "redis://gendesign-redis:6379/1"
# Proxy-pool и здесь, а не только у scraper (issue «tradein-backend без
# USE_PROXY_POOL_*»): без флагов процесс backend игнорирует переданный
# proxy_provider и уходит на env-фолбэк SCRAPER_PROXY_URL — на проде это
# выключенный узел, т.е. гарантированный отказ (camoufox InvalidIP), а не
# деградация. У scraper те же значения с #2126/#2160.
USE_PROXY_POOL_CURL: "true"
USE_PROXY_POOL_BROWSER: "true"
depends_on: depends_on:
browser: browser:
condition: service_started condition: service_started