EventQueueReadOptions
Defined in: packages/server/src/events/queue.ts:39
Properties
Section titled “Properties”maxMessages
Section titled “maxMessages”maxMessages:
number
Defined in: packages/server/src/events/queue.ts:46
At most this many messages (each message is one single-stream sub-batch).
visibilityTimeoutSeconds
Section titled “visibilityTimeoutSeconds”visibilityTimeoutSeconds:
number
Defined in: packages/server/src/events/queue.ts:44
How long a delivered message stays invisible to other consumers, in seconds. The runner renews or lets it lapse; the queue seam only applies what it is given.