fix(parsers): support proxy fallback from env for external sources
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 2m18s
CI/CD Pipeline / Run Tests (push) Successful in 2m55s
CI/CD Pipeline / Telegram Notify Success (push) Failing after 5m1s

This commit is contained in:
2026-03-20 11:43:12 +01:00
parent b8e3f0a5d3
commit c4b5b7f2c2
3 changed files with 34 additions and 21 deletions

View File

@@ -25,6 +25,9 @@ CELERY_WORKER_CONCURRENCY=4
# Parsers API keys
CHECKO_API_KEY=CHANGE_ME_CHECKO_API_KEY
ZAKUPKI_TOKEN=CHANGE_ME_ZAKUPKI_TOKEN
# Optional: comma-separated HTTP(S) proxies for parser tasks
# Example: PARSER_PROXIES=http://user:pass@proxy1:8080,http://user:pass@proxy2:8080
PARSER_PROXIES=
# 1 to collect static files during migrate service, 0 to skip
COLLECTSTATIC_ON_MIGRATE=1