Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot deploy #19

Open
rhcarvalho opened this issue Jul 29, 2013 · 1 comment
Open

Hot deploy #19

rhcarvalho opened this issue Jul 29, 2013 · 1 comment

Comments

@rhcarvalho
Copy link
Owner

I need a way to update code on the server with no downtime.

@rhcarvalho
Copy link
Owner Author

I see generally three possible approaches:

  • Start a new instance running on a different port, then swap the front-end server to use it
  • Add a startup option to shenmeci that kills a previously running instance to steal the port for itself
  • Have a static maintenance page and perform manual code upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant