commit | 455585e3cdaa85471b50402cde26dd63c81fa3ea | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 09 18:25:14 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 18:25:14 2020 +0200 |
tree | a788256f66ba683bda02fb896a6c8c08c74c417d | |
parent | b4c083f5bfd3a7f35132313d6f6bb07b4e1772f8 [diff] |
MINOR: listeners: count unstoppable jobs on creation, not deletion We have to count unstoppable jobs which correspond to worker sockpairs, in order to know when to count. However the way it's currently done is quite awkward because these are counted when stopping making the stop mechanism non-idempotent. This is definitely something we want to fix before stopping by protocol or our listeners count will quickly go wrong. Now they are counted when the listeners are created.