Persistent-jobs (Section)#
Path: /processing/persistent-jobs
Configuration for the persistent jobs system.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| data-source | leafref → /facilities/data-sources/data-source/id | optional | - | 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-interval | uint16 | optional | 5 | The interval in seconds at which the system polls for new jobs to execute. |
| max-retries | uint16 | optional | 1 | The maximum retries allowed for tasks that fail with RetriableFailureException. |