Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.87 KB

ADF_trigger_creation_policy.md

File metadata and controls

30 lines (27 loc) · 1.87 KB

ADF Triggers

Trigger types

There are several types of ADF triggers. The ones relevant for us are:

Design considerations

Since the watercooler events pipeline completely overwrite its output every time and use all available data as input, we should use scheduled triggers for these.

Trigger definition policies

For watercooler events pipeline, we'll have the following tumbling window triggers:

  • watercooler events pipeline
    • should run on a weekly ongoing basis, processing new calendar events for the forthcoming week
    • has its start date set to 6AM UTC on the most recent day that is in the past
    • no end date
    • suggestion for concurrency, retry count and interval in seconds (these can be fine-tuned later): 1, 3, 7200