I am having an issue with 'queues', so here is the scenario, I am rotating sessions and getting next error : "Error: Detected a session error, rotating session..."
and after 10 retries I got eventually: "WARN RequestQueue2(UYxgbVhF9h0h4PQrq, no-name): Failed to prolong lock for cached request IpE2CX7vu6Fcqu5, either lost the lock or the request was already handled"
Has one encountered this before and how did you resolve it?
Hi, so I have a scraping actor that needs to fetch data from 'example.com', but it points to 123.123.123.123 instead, usually I add ip and domain in /etc/hosts file locally, how can I can achieve this via Docker or some other means in my Apify actors(Puppeteer)?