Publish ITWorx Pulse source
Public source validation / validate (push) Failing after 3m8s

This commit is contained in:
ITWorx Pulse release export
2026-09-03 02:09:19 +02:00
commit bd774932d5
614 changed files with 77116 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"schemaVersion": 1,
"id": "database-restart",
"name": "Database restart recovery",
"description": "Database temporarily restarts while API/worker are active.",
"initialState": {
"database": {
"status": "healthy"
},
"alerts": {
"active": 2
}
},
"timeline": [
{
"atSeconds": 30,
"action": "restart-database",
"payload": {
"downtimeSeconds": 20
}
}
],
"expectedOutcomes": [
{
"bySeconds": 40,
"assertion": "API readiness fails while liveness remains appropriate."
},
{
"bySeconds": 90,
"assertion": "Connections recover without duplicate alert transitions or notifications."
},
{
"bySeconds": 120,
"assertion": "Persisted dashboards and alert state are intact."
}
]
}