Scheduling Examples

Daily Schedule Example

The following example uses the daily scheduling method. In this example, the DATABridge Client runs only twice a day—once midway through the business day and once at the end of the business day. If the process command fails, the DATABridge Client waits 10 minutes before retrying.

[scheduling]
daily = 12:00, 17:00 ;run the process at noon and 5PM
sched_retry_secs = 600 ;retry in 10 minutes after a failure

Fixed-Delay Example

The following example uses the fixed-delay scheduling method. In this example, the DATABridge Client runs the process command every 4 hours (240 minutes). If the process command fails, the DATABridge Client retries every 30 minutes.

[scheduling]
sched_delays_secs = 14400
sched_retry_secs = 1800