@Marvin I have proactive automation with configuration {
"type": "event",
"match": {
"prefect.resource.id": [
"sales_margins_workflow"
]
},
"match_related": {
"prefect.resource.id": [
"prefect.flow.107a9c09-6dda-4aec-9f1b-d487721af651"
]
},
"after": [
"addresses.processed"
],
"expect": [
"sales_margins_all_countries.processed"
],
"for_each": [],
"posture": "Proactive",
"threshold": 1,
"within": 7200
}
If I create this automation after event "addresses.processed" was already emitted and it is emitted once a day it fires this automation every 4 hours. why?