raptaml
raptaml
Both variants do not work.
I will have a deeper look if I have some time
I have edited the test class and placed ``` assertEquals(60000, nj.server.getConnectors()[0].getIdleTimeout()); ``` after ``` assertTrue(nj.server.isStarted()); ``` to get the active parameter of the running jetty instance and it passes. I...
In my case it is provided before -jar. I have also inspected the NinjaJetty class during runtime [with javosize](http://www.javosize.com/) an it has the conmand line parameter set as idleTimeout. Dont...
I attached the debugger to the running app and inspected jetty classes, I found that SelectChannelEndpoint, which is instanciated with every request handled, extends IdleTimeout class. Instance of this class...
I have discussed XML topic with @raphaelbauer on the mailing list and he said it would require a full blown Jetty config file which is not an option for me....
Accidently closed the issue sorry. Reopened.
I have resolved this! More detail and maybe PR tomorrow...
Docker 18.09.0 4d60db4 Ubuntu 18.04 , issue is still present. @oisene Thanks, your workaround does it for now!
https://github.com/ansible/awx/issues/9377#issuecomment-783596723 is way to dangerous IMHO. Parent workflow should always enforce limit to child jobs if set. No matter if child asks for it.