-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Question
Can I deploy scraper in production / scale it?
Answer
Yes. Containerize with the provided Dockerfile and orchestrate multiple workers behind a queue (BullMQ/Redis, Celery/RabbitMQ). Bind a rotating residential/mobile proxy pool, assign one proxy per session, and use the built-in token-bucket rate limiter. Centralize storage in Postgres/S3 and ship logs to Loki/ELK. Schedule runs via GitHub Actions/Cron/K8s Jobs/Argo. Start with 1–2 workers per proxy egress IP, then raise concurrency while watching error/ban rates and latency.
Metadata
Metadata
Assignees
Labels
No labels