-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
We have a WildFly domain setup with 5 server groups and at least one server in each group. We continuous deploy applications (wars) into the domain from out continuos integration/deployment tool (Bamboo) using the WildFly CLI.
jboss-cli --connect --controller=host:port --timeout=10000 --command="deploy x.war --name=x.war --runtime-name=x-version.war --server-groups=A"
If an app has trouble deploying due to looping on resource connection attempts it blocks the bamboo agent and domain controller for undetermined amount of time.
I know there is a connection timeout, but what about a deployment timeout?
If a deploy does not finish within timeout then it it cancelled.
- duplicates
-
WFLY-2741 Single process management operation timeouts
- Closed
- is related to
-
WFCORE-218 wildfly web management console hangs during deploy from cli
- Open