Skip to content

Commit eaf8e37

Browse files
committed
doc: assumption 1 and 2 are removed
1 parent e637ae8 commit eaf8e37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Everything else (NuGet packages, SQS queues, DB schema) is self-contained.
7676

7777
## Assumptions
7878

79-
1. Events are returned ordered by `EventId` ascending
80-
2. `EventId` is monotonically increasing — querying `FromEventId=X` reliably returns all events with ID ≥ X
79+
1. ~~Events are returned ordered by `EventId` ascending~~
80+
2. ~~`EventId` is monotonically increasing — querying `FromEventId=X` reliably returns all events with ID ≥ X~~
8181
3. The API returns an empty `ScanEvents` array when no more events exist (end-of-feed signal)
8282
4. Only one worker instance runs at a time (no distributed locking required)
8383
5. `RunId` comes from the nested `User.RunId` field in the JSON response

0 commit comments

Comments
 (0)