We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655dd48 commit 0dee462Copy full SHA for 0dee462
pebble/pool/process.py
@@ -405,7 +405,7 @@ def new_worker(self):
405
406
def maybe_stop_worker(self, worker_id: int) -> bool:
407
"""Try to stop the assigned worker.
408
- Returns True if the worker existed and could be stopped.
+ Returns True if the worker did not exist or could be stopped.
409
410
"""
411
with self.workers_channel.lock(block=False) as locked:
0 commit comments