1.0.1 • Published 10 years ago

rderby v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
10 years ago

RDerby

rolling restarts using HAProxy, ndm, and some elbow grease.

Usage

rderby roll newww:8080 newww-1:8081 newww-2:8082

How does it work?

  1. the server is removed from HAProxy using the HAProxy API.
  2. ndm is used to restart the service.
  3. we wait for the service's port to start serving 200s.
  4. the server is added back to HAProxy.