2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scheduling in DBSync

The Scheduler component allows you to add a profile or process to a job scheduler (also referred to as a “cron”) so that database synchronizations can occur automatically (as per your scheduled time)

...

Field Name

Description

Example

Cron Settings

Allows you to set the profile cron settings in the database.

 

Seconds

Enter the “seconds” value Note: Allowed Values:0-59 Allowed Special characters: , - * /

0

Minute

Enter the “minute” value Note: Allowed Values:0-59 Allowed Special characters: , - * /

2

Hour

Enter the “hour” value
Note: Allowed Values:0-23 Allowed Special characters: , - * /

1

Day of Month

Enter the “day” of month value
(please see “Cron Help” on the scheduler page in the application for more information)
Note: Allowed Values:1-31 Allowed Special characters: , - * ? / L W

2

Month

Enter the “month” value
Note: Allowed Values:1-12 or Jan-Dec Allowed Special characters: , - * /

Nov

Day of the week

Enter the day of week value
Note: Allowed Values:0-7 Allowed Special characters: , - * ? / L #

3

NOTES (info) Notes regarding the Scheduler:
1. Support for specifying both a day-of-week and a day-of-month value is not complete (you'll need to use the '?' character in one of these fields).

...