Crate graphile_worker_crontab_types

source ·

Structs§

  • A crontab defines a task to be executed at a specific time(s)
  • 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
  • Crontab options
  • A crontab timer is a set of crontab values for each field (minutes, hours, days, months, days of week)

Enums§

  • 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.)
  • Behavior when an existing job with the same job key is found is controlled by this setting