Schedule

A cron schedule on a host: each time it is due, it starts a run of one of the host's agents on a new thread.

Fields

idNamerequired

The schedule's name: lowercase letters, digits and underscores, up to 64 characters. Each firing records it, and the run's principal is issuer "schedule" with this as subject.

agentstringrequired

A key of host({agents}).

cronstringrequired

A five-field cron expression (minute, hour, day of month, month, day of week, where 0 or 7 is Sunday) of numbers, *, lists, ranges and steps, read in timezone. Anything else is a ConfigError invalid_config.

timezonestringdefault UTC

IANA name.

inputInputrequired

What a run starts with: plain text or ordered input parts.

Edit on GitHub

On this page