# Constants
FAILED indicates that the job failed to trigger and is subject to the FailurePolicy.
SUCCESS indicates that the job was successfully triggered and will be ticked forward according to the schedule.
UNDELIVERABLE indicates that the job should be added to the staging queue as the Job was undeliverable.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for TriggerResponseResult.
Enum value maps for TriggerResponseResult.
# Structs
Counter holds counter information for a given job.
FailurePolicy defines the policy to apply when a job fails to trigger.
No description provided by the author
No description provided by the author
FailurePolicyRetry is a policy which retries the job at a consistent interval when the job fails to trigger.
FailurePolicyDrop is a policy which drops the job tick when the job fails to trigger.
Job defines a scheduled rhythmic job stored in the database.
ListResponse is returned by the List RPC.
NamedJob is a job with a name.
TriggerRequest is the request sent to the caller when a job is triggered.
TriggerResponse is returned by the caller from a TriggerResponse.
# Interfaces
Interface is a cron interface.
# Type aliases
TriggerFunction is the type of the function that is called when a job is triggered.
TriggerResponseResult is indicates the state result from triggering the job by the consumer.