Hi all- I have the following automation in prefect...
# ask-community
m
Hi all- I have the following automation in prefect:
Copy code
{
  "type": "event",
  "match": {},
  "match_related": {
    "prefect.resource.role": "flow-run"
  },
  "after": [],
  "expect": [
    "cdf.publish_audited_tables"
  ],
  "for_each": [],
  "posture": "Reactive",
  "threshold": 1,
  "within": 0
}
the problem I'm having is it consistently triggers the flow it runs 3 times, each within ~30 minutes of each other. What might be causing this? the event is only emitted once