Commit 4b6df298 by lepdou

fix

parent 02e76248
......@@ -63,6 +63,9 @@ public class PortalSettings {
envStatusMark.put(env, true);
}
//init active envs
activeEnvs = refreshActiveEnvs();
healthCheckService = Executors.newScheduledThreadPool(1);
healthCheckService
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment