summaryrefslogtreecommitdiff
path: root/pkg/pool/static_pool.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-07-14 17:22:49 +0300
committerGitHub <[email protected]>2021-07-14 17:22:49 +0300
commitcea3f6ab9faf80637dd23f6b1ca57c0b3309d98e (patch)
treec70b7058e1682e93e98c9cf006d3584351d73d3b /pkg/pool/static_pool.go
parent9d018f259b45be9268ae85e089a07f25de894f41 (diff)
parentcb28ad07fadb78e2e77e485cd9b96abeddbf3a5c (diff)
#749 bug(supervisor, ttl): worker gets into the inconsistent state after TTL was reached
#749 bug(supervisor, ttl): worker gets into the inconsistent state after TTL was reached
Diffstat (limited to 'pkg/pool/static_pool.go')
-rwxr-xr-xpkg/pool/static_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pool/static_pool.go b/pkg/pool/static_pool.go
index e568661f..5a6247b5 100755
--- a/pkg/pool/static_pool.go
+++ b/pkg/pool/static_pool.go
@@ -41,7 +41,7 @@ type StaticPool struct {
listeners []events.Listener
// manages worker states and TTLs
- ww workerWatcher.Watcher
+ ww Watcher
// allocate new worker
allocator worker.Allocator