Scheduling properties
The scheduling properties are used to configure the internal scheduler that runs calendar-based and scheduled events.
Here are the properties used to configure the internal scheduler responsible for running calendar-based scheduled events. Events and their schedules are stored in a database table.
enrole.scheduling.heartbeat
-
This property key and value affects performance tuning for IBM Verify Identity Governance. Do not change it unless you are a qualified administrator.
Specifies the interval [in seconds] that the event monitor checks the database table for scheduled events.
Example (default):
enrole.scheduling.heartbeat=30
enrole.scheduling.timeout
-
This property key and value affects performance tuning for IBM Verify Identity Governance. Do not change it unless you are a qualified administrator.
Specifies the timeout value [in minutes] for the event processor.
Example (default):
enrole.scheduling.timeout=10
enrole.scheduling.fetchsize
-
This property key and value affects performance tuning for IBM Verify Identity Governance. Do not change it unless you are a qualified administrator.
Specifies the number of messages to retrieve at a time when in batch mode.
Example (default):
enrole.scheduling.fetchsize=50