refactor: simplify mqtt pipeline state and remove event table
All checks were successful
Deploy to Production / deploy (push) Successful in 4m55s

This commit is contained in:
魏风
2026-03-19 22:08:16 +08:00
parent 8717b9c07b
commit e8846f4831
14 changed files with 269 additions and 118 deletions

View File

@@ -18,4 +18,5 @@ def test_terminal_message_raw_model_can_persist() -> None:
session.refresh(row)
assert row.id is not None
assert row.parse_status == "pending"
assert row.parsed_at is None
assert row.parse_error is None