diff --git a/src/content/docs/queues/configuration/pull-consumers.mdx b/src/content/docs/queues/configuration/pull-consumers.mdx index 9b00f38222f..33e0b3c92da 100644 --- a/src/content/docs/queues/configuration/pull-consumers.mdx +++ b/src/content/docs/queues/configuration/pull-consumers.mdx @@ -85,7 +85,7 @@ API tokens are presented as Bearer tokens in the `Authorization` header of a HTT curl "https://api.cloudflare.com/client/v4/accounts/${CF_ACCOUNT_ID}/queues/${QUEUE_ID}/messages/pull" \ --header "Authorization: Bearer ${QUEUES_TOKEN}" \ --header "Content-Type: application/json" \ ---data '{ "visibility_timeout": 10000, "batch_size": 2 }' +--data '{ "visibility_timeout_ms": 10000, "batch_size": 2 }' ``` You may authenticate and run multiple concurrent pull-based consumers against a single queue.