Revert Firefox: root cause was broken DataImpulse nodes not fingerprinting
DataImpulse has two broken gateway nodes (.89, .97) and one working (.105). Production DNS round-robin consistently landed on broken nodes. Fix is to pin the proxy host to 67.213.121.105 in system_config. Revert to Chromium. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
12037dc3f7
commit
ef7c4790ca
2 changed files with 10 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ COPY requirements.txt .
|
|||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Playwright + Chromium for Booking.com scraper
|
||||
RUN playwright install chromium firefox --with-deps
|
||||
RUN playwright install chromium --with-deps
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue