Skip to content

Commit 68a7643

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Do not release the executor inside _check_child_processes" into stable/2023.1
2 parents a1732d4 + 125296c commit 68a7643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neutron/agent/linux/external_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ def _check_child_processes(self):
272272
'resource_type': self._resource_type,
273273
'uuid': service_id.uuid})
274274
self._execute_action(service_id)
275-
eventlet.sleep(0)
276275

277276
def _periodic_checking_thread(self):
278277
while self._monitor_processes:

0 commit comments

Comments
 (0)