Andrew
03/13/2023, 8:52 PMWill Raphaelson
03/13/2023, 10:01 PM{
"match": {
"prefect.resource.id": "prefect.work-queue.70cb25fe-e33d-4f96-b1bc-74aa4e50b761"
},
"match_related": {},
"for_each": [
"prefect.resource.id"
],
"after": [
"prefect.work-queue.unhealthy"
],
"expect": [
"prefect.work-queue.healthy"
],
"posture": "Proactive",
"threshold": 0,
"within": 1800
}
More docs on the trigger API here.Andrew
03/15/2023, 4:43 PMWill Raphaelson
03/15/2023, 5:18 PMAndrew
03/15/2023, 5:22 PMWill Raphaelson
03/15/2023, 5:25 PMAndrew
03/15/2023, 5:30 PMWill Raphaelson
03/15/2023, 5:36 PMAndrew
03/15/2023, 5:39 PMWill Raphaelson
03/15/2023, 10:17 PM{
"match": {
"prefect.resource.id": "prefect.flow-run.*"
},
"match_related": {
"prefect.resource.id": [
"prefect.work-queue.prod"
],
"prefect.resource.role": "work-queue"
},
"after": [],
"expect": [
"prefect.flow-run.*"
],
"for_each": [
"prefect.resource.id"
],
"posture": "Reactive",
"threshold": 1,
"within": 10
}