diff options
author | Wolfy-J <[email protected]> | 2019-05-03 17:35:40 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-03 17:35:40 +0300 |
commit | 4e4f0bfb8be5d26772060bc77256cea7cbf68138 (patch) | |
tree | 27a57f3ff34087fae6ed71e4f9dd2eca4110db2c | |
parent | 110e6eb8a56b54b93cb51dfc7e3ee96f910c020e (diff) |
version bump
-rw-r--r-- | service/watcher/watcher.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/service/watcher/watcher.go b/service/watcher/watcher.go index 9965ca6e..63dce3d5 100644 --- a/service/watcher/watcher.go +++ b/service/watcher/watcher.go @@ -42,6 +42,9 @@ type watcher struct { interval time.Duration cfg *watcherConfig stop chan interface{} + + // list of workers which are currently working + //working map[*roadrunner.Worker]time.Time } // watch the pool state |