scrapoxy
scrapoxy copied to clipboard
Running 2 scrapoxies kills proxies of each other
Hello,
Expected Behavior
I want to run 2 servers in AWS to be able to run 2 different scrapoxies endpoints. I expected the proxies created would be totally indpendent from each other, and when stopping one of the scrapoxies only their associated proxies would be terminated.
Actual Behavior
When I stop one of the scrapoxies, it terminates proxy instances belonging to the other scrapoxy instance.
How can I make them to be totally independent.... maybe by changing the ports or other way for them to know wich proxy instances are their?!
Thanks, FlΓ‘vio
Use a different tag for each scrapoxy instance:
{
// ...
providers: [
{
type: "awsec2",
tag: "Proxy B", // use something different for each scrapoxy instance
// ...
}
]
}
I have to specify unique name
with every provider instance on every scrapoxy:
{
"providers": [
{
"name": "k8s-dev",
"type": "digitalocean"
}
],
}
You can use multi-projects / connectors in Scrapoxy 4.0.0
Hey there! π Exciting news! Scrapoxy 4 is ready to rock π. Check it out at Scrapoxy.io (explore the "get started" guide, deployment documentation, and more π). I can't wait to hear your feedback on this new version! Send me your coolest screenshots with as many proxies as possible! πΈπ» Join the Discord community if you have any questions or just want to chat. You can also open a GitHub issue for any bug or feature request πβ¨. See you soon! π Fabien