Skip to main content

Crate graphile_worker_crontab_types

Crate graphile_worker_crontab_types 

Source

Structs§

Crontab
A crontab defines a task to be executed at a specific time(s)
CrontabFill
A crontab fill represents how long a crontab should be backfilled For instance the server is down for 1 hour, the task should be backfilled for 1 hour
CrontabOptions
Crontab options
CrontabTimer
A crontab timer is a set of crontab values for each field (minutes, hours, days, months, days of week)

Enums§

CrontabField
Crontab time fields used for validating typed schedule construction.
CrontabTimerError
Error returned when typed schedule constructors receive invalid values.
CrontabValue
A crontab value can be a number, a range, a step or any value It is used to represent a crontab value for a specific field (hour, day, month, etc.) When specifying a specific number, range or step, it should be valid for the field (e.g. 0-59 for minutes, 0-23 for hours, etc.)
JobKeyMode
Behavior when an existing job with the same job key is found is controlled by this setting

Type Aliases§

Result