52535455565758596061626364
haproxyThread.start(); Thread horizonThread = new Thread(new Runnable() { @Override public void run() { HorizonInstance instance = new HorizonInstance(configStore); try { instance.run(); } catch (Exception e) { log.error("Error during horizon run; forcing exit", e); System.exit(1); } }