Skip to content

Commit ca96963

Browse files
authored
Update javascript-apis.mdx
1 parent dac46d7 commit ca96963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/queues/configuration/javascript-apis.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Optional configuration that applies when sending a message to a queue.
108108
* 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.
109109
* See [QueuesContentType](#queuescontenttype) for possible values.
110110

111-
* <code>delaySecondsnumber</code>
111+
* <code>delaySeconds</code> number
112112

113113
* The number of seconds to [delay a message](/queues/configuration/batching-retries/) for within the queue, before it can be delivered to a consumer.
114114
* 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.
117117

118118
Optional configuration that applies when sending a batch of messages to a queue.
119119

120-
* <code>delaySecondsnumber</code>
120+
* <code>delaySeconds</code> number
121121

122122
* The number of seconds to [delay messages](/queues/configuration/batching-retries/) for within the queue, before it can be delivered to a consumer.
123123
* Must be a positive integer.
@@ -291,7 +291,7 @@ declare interface QueueRetryOptions {
291291
}
292292
```
293293

294-
* <code>delaySecondsnumber</code>
294+
* <code>delaySeconds</code> number
295295

296296
* The number of seconds to [delay a message](/queues/configuration/batching-retries/) for within the queue, before it can be delivered to a consumer.
297297
* Must be a positive integer.

0 commit comments

Comments
 (0)