From 3631b244367e942364787ad0d9edb5395b9ee917 Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Thu, 29 Jan 2015 12:21:36 -0500 Subject: [PATCH] Add a new TODO: it would be great if adding a proxy didn't require a service restart as this implies downtime. --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index 4cff98d..360ff15 100644 --- a/todo.md +++ b/todo.md @@ -3,4 +3,5 @@ Future Items: - [x] Add support for HTTPs termination - [x] Add configurable location for SSL certs per proxy - [x] Add support for per-key rate-limit quotas +- [ ] Gracefully start, stop, and reload proxies if the configuration changes - [ ] Add data collection via statsd \ No newline at end of file