Generate a sequence of run times for a pipeline
get_pipeline_run_sequence(
pipeline_n,
pipeline_unit,
pipeline_datetime,
check_datetime,
pipeline_hours = 0:23,
pipeline_days_of_week = 1:7,
pipeline_days_of_month = 1:31,
pipeline_months = 1:12
)
vector of timestamps or dates
number of units for the pipeline frequency
unit for the pipeline frequency
datetime of the first time the pipeline is to run
datetime against which to check the running of pipelines (default is current system time in UTC)
vector of integers [0-23] corresponding to hours of day for the pipeline to run
vector of integers [1-7] corresponding to days of week for the pipeline to run (1 = Sunday)
vector of integers [1-31] corresponding to days of month for the pipeline to run
vector of integers [1-12] corresponding to months of year for the pipeline to run