File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,22 @@ The `ALERT_CONSECUTIVE_FAILURE_COUNT` variable triggers an alert when the consec
16
16
17
17
``` json
18
18
{
19
- "topic" : " alert.consecutive-failure " ,
20
- "timestamp" : " 2024-01-01T00:00:00Z " ,
19
+ "topic" : " alert.consecutive_failure " ,
20
+ "timestamp" : " 2025-05-29T05:07:09.269672003Z " ,
21
21
"data" : {
22
- "max_consecutive_failures" : 20 ,
23
- "consecutive_failures" : 5 ,
24
- "will_disable" : true ,
25
- "destination" : DestinationObject,
26
- "response" : {
27
- "status" : " 500" ,
28
- "data" : {
29
- "some" : " value"
30
- }
22
+ "event" : {
23
+ "id" : " evt_id" ,
24
+ "topic" : " user.created" ,
25
+ "metadata" : {},
26
+ "data" : {}
27
+ },
28
+ "max_consecutive_failures" : 3 ,
29
+ "consecutive_failures" : 3 ,
30
+ "will_disable" : false ,
31
+ "destination" : {},
32
+ "delivery_response" : {
33
+ "body" : " {\" success\" :false,\" verified\" :false,\" payload\" :{\" user_id\" :\" userid\" }}" ,
34
+ "status" : 400
31
35
}
32
36
}
33
37
}
You can’t perform that action at this time.
0 commit comments