diff --git a/confluent_server/confluent/discovery/core.py b/confluent_server/confluent/discovery/core.py index d028842a..20f388ec 100644 --- a/confluent_server/confluent/discovery/core.py +++ b/confluent_server/confluent/discovery/core.py @@ -714,7 +714,7 @@ async def _recheck_nodes_backend(nodeattribs, configmanager): info = pending_nodes[nodename] try: if info['handler'] is None: - next + continue handler = info['handler'].NodeHandler(info, configmanager) tasks.spawn(eval_node(configmanager, handler, info, nodename)) except Exception: