shinesolutions/aem-healthcheck

Threshold values should be configurable

Opened this issue · 0 comments

The following values should be made configurable so that they can be tailored to an instance's needs:

ReplicationQueueHealthCheck
private static final int MAX_REPLICATION_TRIES = 3;

SlingJobsHealthCheck
private static final int MAX_JOBS_QUEUED = 1000;