We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e637ae8 commit eaf8e37Copy full SHA for eaf8e37
1 file changed
README.md
@@ -76,8 +76,8 @@ Everything else (NuGet packages, SQS queues, DB schema) is self-contained.
76
77
## Assumptions
78
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
+1. ~~Events are returned ordered by `EventId` ascending~~
+2. ~~`EventId` is monotonically increasing — querying `FromEventId=X` reliably returns all events with ID ≥ X~~
81
3. The API returns an empty `ScanEvents` array when no more events exist (end-of-feed signal)
82
4. Only one worker instance runs at a time (no distributed locking required)
83
5. `RunId` comes from the nested `User.RunId` field in the JSON response
0 commit comments