master
Jaime Pillora 2016-02-13 17:15:00 +11:00
parent 7e03d62308
commit b465b2795c
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
The main goal of this project is to facilitate the creation of self-upgrading binaries which play nice with standard process managers, secondly it should expose a simple API with reasonable defaults for maximum user enjoyment.
:warning: *This is beta software. Do not use in production. Consider the API unstable. Please report any [issues](https://github.com/jpillora/overseer) as you encounter them.*
:warning: *This is beta software. Do not use in production. Consider the API unstable. Please report any [issues](https://github.com/jpillora/overseer) you encounter.*
### Features
@ -103,6 +103,8 @@ See [Config](https://godoc.org/github.com/jpillora/overseer#Config)uration optio
app#3 (248f80ea049c835e7e3714b7169c539d3a4d6131) says hello
```
You'll notice `app#1` stays running until the last request is closed.
* Only use graceful restarts
```go