prefect.server.events.triggers
evaluate
fire
evaluate_composite_trigger
act
actions
service to process.
update_events_clock
get_events_clock
get_events_clock_offset
occurred
of the last event, as well as the time we saw the last event. This helps to
ensure that in low volume environments, we don’t end up getting huge offsets.
reset_events_clock
reactive_evaluation
get_lost_followers
periodic_evaluation
evaluate_periodically
find_interested_triggers
load_automation
forget_automation
automation_changed
load_automations
remove_buckets_exceeding_threshold
read_buckets_for_automation
read_bucket
read_bucket_by_trigger_id
increment_bucket
start_new_bucket
ensure_bucket
remove_bucket
sweep_closed_buckets
reset
causal_ordering
listen_for_automation_changes
consumer
triggers.consumer
processes all Events arriving on the event bus to
determine if they meet the automation criteria, queuing up a corresponding
TriggeredAction
for the actions
service if the automation criteria is met.
proactive_evaluation
evaluate_proactive_triggers