You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Eric Norman (Jira)" <ji...@apache.org> on 2020/10/02 01:19:00 UTC

[jira] [Created] (SLING-9785) Provide additional configuration to influence the server ready checking

Eric Norman created SLING-9785:
----------------------------------

             Summary: Provide additional configuration to influence the server ready checking
                 Key: SLING-9785
                 URL: https://issues.apache.org/jira/browse/SLING-9785
             Project: Sling
          Issue Type: Improvement
            Reporter: Eric Norman
            Assignee: Eric Norman


The server ready checking can be quite noisy in the log output.  It starts checking if the server is ready before there is any reasonable chance that the server is ready and the one second delay between checks may be too frequent.

These additional system properties should be added to influence the server ready timeouts:
 # *server.ready.timeout.initial.delay.seconds* - The duration to wait in seconds before checking if the server is ready.  Default value is 0
 # *server.ready.timeout.delay.seconds* - The duration of the delay in seconds between attempts to check if the server is ready.  Default value is 1
 # *server.ready.quiet.period.seconds* - The duration of a quiet period in seconds after the server has become ready and the tests begin running.  Default value is 0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)