tencent cloud

All product documents
Tencent Cloud Observability Platform
BatchOption
Last updated: 2025-03-11 19:41:11
BatchOption
Last updated: 2025-03-11 19:41:11
BatchOption is the configuration option used when initiating HTTP requests in batch.

Field

Field
Type
Description
parallel?
number
Optional; concurrent count, defaults to 20.

Usage Examples

The configuration for batch requests using BatchOption:
import http from 'pts/http';

export default function () {
const responses = http.batch(
[
{
method: 'GET',
url: 'http://httpbin.org/get?a=1',
headers: { a: '1, 2, 3' },
query: { b: '2' },
}
{
method: 'GET',
url: 'http://httpbin.org/get?a=1',
headers: { a: '1, 2, 3' },
query: { b: '2' },
}
]
// BatchOption configuration options.
{
parallel: 1,
}
);
console.log(JSON.stringify(responses));
}

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support