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 0afc287 commit 3a7c8ffCopy full SHA for 3a7c8ff
src/aleph/vm/haproxy.py
@@ -296,6 +296,7 @@ async def fetch_list(domain=None) -> list[dict]:
296
return []
297
return instances
298
299
+
300
async def fetch_list_and_update(socket_path, local_vms: list[str], force_update):
301
if settings.DOMAIN_NAME in ("localhost", "vm.example.org"):
302
logger.info("Skipping domain update because DOMAIN_NAME is not set")
0 commit comments