Persistent-jobs (Section)#

Path: /processing/persistent-jobs

Configuration for the persistent jobs system.

Parameters#

NameTypeRequiredDefaultDescription
data-sourceleafref → /facilities/data-sources/data-source/idoptional-The data source used to persist and manage persistent jobs. If not set, the caching-services data source will be used. This data source needs to support the PersistentJobDataAccessProvider interface.
polling-intervaluint16optional5The interval in seconds at which the system polls for new jobs to execute.
max-retriesuint16optional1The maximum retries allowed for tasks that fail with RetriableFailureException.

Was this helpful?