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
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:
commit
6875992746
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue