scrapoxy icon indicating copy to clipboard operation
scrapoxy copied to clipboard

Running 2 scrapoxies kills proxies of each other

Open flaviomoringa opened this issue 5 years ago β€’ 2 comments

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

flaviomoringa avatar Jul 18 '19 18:07 flaviomoringa

Use a different tag for each scrapoxy instance:

{
  // ...
  providers: [
    {
      type: "awsec2",
      tag: "Proxy B", // use something different for each scrapoxy instance
      // ...
    }
  ]
}

wvengen avatar May 15 '20 09:05 wvengen

I have to specify unique name with every provider instance on every scrapoxy:

{

  "providers": [
    {
      "name": "k8s-dev",
      "type": "digitalocean"
    }
  ],

}

voron avatar Jun 22 '20 15:06 voron

You can use multi-projects / connectors in Scrapoxy 4.0.0

fabienvauchelles avatar Oct 04 '23 20:10 fabienvauchelles

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

fabienvauchelles avatar Dec 12 '23 22:12 fabienvauchelles