Set Schedule and Interval Parameters
Explanation
Use this activity to set the schedule and interval parameters for the
grouped push process. You can perform this by updating the following
parameters on the Application Parameters page:
- CONFIG_REPEAT_INTERVAL: Specifies how often the configuration cache tables will be refreshed when changes are made, with a minimum interval defined by this parameter (in seconds). The default value is 10 seconds.
- INIT_SCHEDULE: Defines the scheduling expression for creating
INIT transactions in the background. You can use
MobileSyncRule syntax or Oracle Scheduler Calendaring
syntax for this. The default value is FREQ=DAILY; BYHOUR=1.
- INIT_REPEAT_INTERVAL: Determines how often INIT transactions are created according to the schedule. Transactions will not be created more frequently than this interval, with a default value of 60 seconds.
- REFRESH_REPEAT_INTERVAL: Controls the frequency of creating refresh transactions according to the schedule. Transactions will not be created more frequently than this interval, with a default value of 60 seconds.
- TRANSACTION_RETRY_INTERVAL: Specifies how often the system will retry background processing of a failed transaction. The default retry interval is 60 seconds.
- TRANSACTION_MOVE_INTERVAL: Ensures that all unprocessed (Grouped) transactions are moved to the current SCN time when the first transaction becomes older than the specified interval. The default value is 3,000 seconds.
Refer
to the Application Parameters section in technical documentation
for further details.
Prerequisites
- Grouped Push must be enabled.
System Effects
As a result of this activity, the schedule and interval for the grouped
push process will be updated.