A job repository that stores job information in memory.
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.batch.job.repository | true |
/subsystem=batch-jberet/jdbc-job-repository=* |
| Type | INT |
| Is the attribute nillable? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | all-services |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| execution-records-limit | INT | false | false | The maximum number of job execution records that should be returned by the job repository. |
| Raw DMR model |
|
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.batch-jberet.in-memory-job-repository">
<param name="in-memory-job-repository" value="{resource name}"/>
<param name="execution-records-limit" value="{value}"/>
<feature/>