arunoda / meteor-up-legacy

Production Quality Meteor Deployments
MIT License
2.26k stars 395 forks source link

502 Bad Gateway on redeploy #821

Open brianlukoff opened 8 years ago

brianlukoff commented 8 years ago

(Cross posting this from the cluster package in case any mup folks have any ideas.)

I have multiple instances running using the cluster package, with Route 53 as DNS and no balancers. I have multiple Route 53 entries, each with the same hostname, that each point to the IP address of a different instance. This setup works well once deployed. But when I do a redeploy using mupx deploy, a connected client disconnects from the server (as expected) but then refreshes to a 502 Bad Gateway error page. Has anyone else run into this -- any ideas on how to work around?

macroramesh6 commented 8 years ago

at the time of redeploy. the existing docker destroyed and new docker will be created. @arunoda should be fix