jcliff icon indicating copy to clipboard operation
jcliff copied to clipboard

Reload takes more time than necessary

Open cristalp opened this issue 4 years ago • 0 comments

Sorry if I'm asking a stupid question, but...

Starting out with Jcliff, I added an extension to JBoss after adding the module files - Camunda BPM in this case.

{
  "extension" => {
    "org.camunda.bpm.wildfly.camunda-wildfly-subsystem" => ""
  }
}

When testing this, I'm doing a tail -f server.log. And JBoss reloads much earlier than Jcliff seems to realize it.

Is there a built-in timeout or can I configure this as parameter? (A CLI reference would be very welcome)

cristalp avatar Feb 12 '21 11:02 cristalp