Taylor Babin
10/26/2023, 3:11 PMTess Dicker
10/26/2023, 3:25 PMResuming/Running/Pending
events, and then doesn't emit another event for the next hour, cancel it..."
Chris explains, in the thread I have attached, that "the problem here comes from including both Pending
and Running
in the same automation: most flow runs generally go from Pending
to Running
quite quickly, so the Running
event "clears out" the automation after it started from the Pending
event."Taylor Babin
10/26/2023, 3:34 PMTaylor Babin
10/26/2023, 3:37 PM{
"match": {
"prefect.resource.id": "prefect.flow-run.*"
},
"match_related": {
"prefect.resource.id": [
"prefect.tag.ingest"
],
"prefect.resource.role": "tag"
},
"after": [],
"expect": [
"prefect.flow-run.Late"
],
"for_each": [
"prefect.resource.id"
],
"posture": "Reactive",
"threshold": 2,
"within": 2400
}
Taylor Babin
10/26/2023, 3:37 PMTess Dicker
10/26/2023, 7:43 PMTaylor Babin
10/26/2023, 7:44 PMTess Dicker
10/26/2023, 8:05 PMTess Dicker
10/26/2023, 8:07 PMTaylor Babin
10/26/2023, 8:07 PMTaylor Babin
10/26/2023, 8:08 PMTess Dicker
10/26/2023, 8:45 PM