Commit d8a85b6b authored by Spiros Koulouzis's avatar Spiros Koulouzis

made deployer multithreaded when installing docker

parent bcb9c16f
......@@ -199,9 +199,7 @@ public class DeployController {
List<String> getContainerStatus(@PathVariable("id") String id) {
List<String> names = null;
try {
names = deployService.getServiceNames(id);
} catch (JSONException | IOException | TimeoutException | InterruptedException ex) {
Logger.getLogger(DeployController.class.getName()).log(Level.SEVERE, null, ex);
}
......
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