summaryrefslogtreecommitdiff
path: root/pkg/pool
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-04-30 16:30:54 +0300
committerGitHub <[email protected]>2021-04-30 16:30:54 +0300
commit009b7009885d8a15e6fa6c7e78436087b2f20129 (patch)
tree6bab1f99aa83c794060ab4c913d5ff62fef6882d /pkg/pool
parent684864530618f4b82399e5f1a89d5967c6ca9bcb (diff)
parent556477ca9df3fa2e5939057861314eabe5ce30ca (diff)
#652 feat(informer): list of active plugins in runtime
#652 feat(informer): list of active plugins in runtime
Diffstat (limited to 'pkg/pool')
-rwxr-xr-xpkg/pool/static_pool.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/pool/static_pool.go b/pkg/pool/static_pool.go
index 129c6f7d..06005d98 100755
--- a/pkg/pool/static_pool.go
+++ b/pkg/pool/static_pool.go
@@ -153,7 +153,6 @@ func (sp *StaticPool) Exec(p payload.Payload) (payload.Payload, error) {
}
// worker want's to be terminated
- // TODO careful with toString(rsp.Context)
if len(rsp.Body) == 0 && toString(rsp.Context) == StopRequest {
sp.stopWorker(w)
return sp.Exec(p)