accessibility-auditor.min-time-between-recording-history-in-seconds

Background

Funnelback records a history of Accessibility Auditor data (for example, the number of failures) at the specific points in time. This option allows you to configure the minimum time that needs to elapse between these points in order to reduce noise.

Although the setting is per collection, the value used on a meta collection is from the collection which triggered the meta dependencies to run. In this way, it is possible to ensure that when a particular collection is updated Accessibility Auditor data will always be recorded, yet data might not be recorded for every update of a frequently updating collection.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the accessibility-auditor.min-time-between-recording-history-in-seconds key, and set the value. This can be set to any valid Long value.

Default value

For non Push collections it is set to zero, meaning that when those collections update they will always record Accessibility Auditor history on both the collection and any meta dependencies.

accessibility-auditor.min-time-between-recording-history-in-seconds=0

For Push collections it is set to 20 minutes, meaning that when a Push collection runs meta dependencies, Accessibility Auditor history will only be recorded if it has been at least 20 minutes since the last time data was recorded.

accessibility-auditor.min-time-between-recording-history-in-seconds=1200

How often meta dependencies will run for a Push collection is controlled by push.scheduler.delay-between-meta-dependencies-runs. Accessibility Auditor history is not recorded on a Push collection, it is only recorded on its meta parents.