Chunk large logbook queries and add an end_time to the api so we stop sending events (#72351)

This commit is contained in:
J. Nick Koston
2022-05-23 17:40:00 -05:00
committed by GitHub
parent 52808562ab
commit 9d95b9ab05
3 changed files with 483 additions and 65 deletions

View File

@@ -59,7 +59,7 @@ class LazyEventPartialState:
)
@dataclass
@dataclass(frozen=True)
class EventAsRow:
"""Convert an event to a row."""