From 3fc2a21c0cc3882574e4707573ad4457a13504c1 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 1 Jan 2017 15:49:46 +0800 Subject: [PATCH] update readme for facebook grace package. Signed-off-by: Bo-Yi Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b077de..7a2d4a9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f * Support [YAML](https://github.com/go-yaml/yaml) configuration. * Support command line to send single Android or iOS notification. * Support Web API to send push notification. -* Support zero downtime restarts for go servers using [endless](https://github.com/fvbock/endless). +* Support graceful restart & zero downtime deploy using [facebook grace](https://github.com/facebookgo/grace). * Support [HTTP/2](https://http2.github.io/) or HTTP/1.1 protocol. * Support notification queue and multiple workers. * Support `/api/stat/app` show notification success and failure counts.