Scheduler
Lets you manage when your component will be triggered
Last updated
Lets you manage when your component will be triggered
Last updated
Scheduler is available for most of the components and lets you decide when and how often that component will be triggered. You can start configuring the scheduler by clicking on the button located at top right of the component settings
Once you click Go to schedule, you will encounter a page like this
You can add multiple rows to the scheduler, each row will have its own interval. Component will run whenever current time is meeting the conditions specified by the user, in any row. You have several options creating a scheduler:
Setting a start and an end date - This is pretty self-explanatory, you can set the dates at the very top.
Running the scheduler only once on the start date specified
Adding a time interval
When you want to run the schedule whenever the dataflow starts/restarts, you have to check Run On Dataflow Start, which is already checked by default
You are very flexible to create a scheduler that will meet your needs. You have several options, and you can combine all these options until you exhaust the possible selections.
At... days: Choose any day(s) for scheduler to run
At... hours: Choose any hour that the scheduler will run (selecting 5,6,13 will make the scheduler run on 5am, 6am and 1pm
At... minutes: Choose any minute that the scheduler will run (selecting 5,6,13 will make the scheduler run on X:05, X:06, X:13 - X represents any hour
At... seconds: Choose any seconds that the scheduler will run (selecting 5,6,13 will make the scheduler run on X:YY:05, X:YY:06, X:YY:13 - X represents any hour, YY represents any minute
From... to: You can select any time interval that the scheduler will run. (e.g from 10:05:22 to 22:30:00)
Every...: You can input an integer value to make sure your scheduler will run every miliseconds/seconds/minutes/hours/days. Your value will determine the frequency.
You can combine all of these to achieve a unique constraint, or you can simply make the scheduler run every 1 second. Totally up to you.
If you don't have any input ports that has On Change: True, you have to define a scheduler for that component to run. This is not valid for Input components as they are automatically triggered when the data they read changes.
Note that you can create multiple rows to meet your needs.