Exqute v0.1.2 Exqute.Schedule View Source

The Job Schedule

Link to this section Summary

Functions

Composes an encoded Cron Expression for this schedules CRON attribute

Encode this schedule to JSON

Link to this section Functions

Link to this function

build_encoded_cron(schedule)

View Source

Composes an encoded Cron Expression for this schedules CRON attribute

Encode this schedule to JSON

Link to this function

get_jobs(storage_opts, schedule, time_range, ref_time)

View Source

Get the Jobs

Link to this function

get_missed_run_dates(storage_opts, schedule, lower_bound_time, ref_time)

View Source

Find the missed run dates

Link to this function

get_next_schedule_date(cron, tz_offset, ref_time)

View Source

Get the next schedule date

Link to this function

get_previous_schedule_date(cron, tz_offset, ref_time)

View Source

Get the previous schedule date

Link to this function

new(name, description, cron_str, job, schedule_opts)

View Source

Creates a new Schedule