You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/queues/configuration/javascript-apis.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Optional configuration that applies when sending a message to a queue.
108
108
* As of now, this option is for internal use. In the future, `contentType` will be used by alternative consumer types to explicitly mark messages as serialized so they can be consumed in the desired type.
109
109
* See [QueuesContentType](#queuescontenttype) for possible values.
110
110
111
-
* <code>delaySecondsnumber</code>
111
+
* <code>delaySeconds</code> number
112
112
113
113
* The number of seconds to [delay a message](/queues/configuration/batching-retries/) for within the queue, before it can be delivered to a consumer.
114
114
* Must be an integer between 0 and 43200 (12 hours). Setting this value to zero will explicitly prevent the message from being delayed, even if there is a global (default) delay at the queue level.
@@ -117,7 +117,7 @@ Optional configuration that applies when sending a message to a queue.
117
117
118
118
Optional configuration that applies when sending a batch of messages to a queue.
119
119
120
-
* <code>delaySecondsnumber</code>
120
+
* <code>delaySeconds</code> number
121
121
122
122
* The number of seconds to [delay messages](/queues/configuration/batching-retries/) for within the queue, before it can be delivered to a consumer.
0 commit comments