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 64806b7 commit 8c51d33Copy full SHA for 8c51d33
src/content/docs/queues/configuration/pull-consumers.mdx
@@ -127,7 +127,7 @@ let resp = await fetch(
127
authorization: `Bearer ${QUEUES_API_TOKEN}`,
128
},
129
// Optional - you can provide an empty object '{}' and the defaults will apply.
130
- body: JSON.stringify({ visibility_timeout: 6000, batch_size: 50 }),
+ body: JSON.stringify({ visibility_timeout_ms: 6000, batch_size: 50 }),
131
132
);
133
```
0 commit comments