Merge "Do not release the executor inside `_check_child_processes`" into stable/2024.1

This commit is contained in:
Zuul 2024-08-02 12:25:13 +00:00 committed by Gerrit Code Review
commit 42df1e8b2a

@ -272,7 +272,6 @@ class ProcessMonitor(object):
'resource_type': self._resource_type,
'uuid': service_id.uuid})
self._execute_action(service_id)
eventlet.sleep(0)
def _periodic_checking_thread(self):
while self._monitor_processes: