We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c8e81 commit 54153b6Copy full SHA for 54153b6
src/content/docs/queues/configuration/configure-queues.mdx
@@ -35,7 +35,7 @@ $ npx run wrangler queues update --delivery-delay-secs 60 --message-retention-pe
35
36
* `--delivery-delay-secs` <Type text="number" /> <Type text="optional" />
37
* How long a published message is delayed for, before it is delivered to consumers.
38
- * Must be between 0 and 43200 (12 hrs).
+ * Must be between 0 and 43200 (12 hours).
39
* Defaults to 0.
40
41
* `--message-retention-period-secs` <Type text="number" /> <Type text="optional" />
0 commit comments