store only status-change events; UI client-side polling refactor
This commit is contained in:
@@ -42,6 +42,7 @@ async def list_checks(
|
||||
last_observed_at=to_utc(r.last_observed_at),
|
||||
exit_code=r.exit_code,
|
||||
incident_key=r.incident_key,
|
||||
summary=r.summary,
|
||||
)
|
||||
for r in rows
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user