云函数中使用uniCloud.httpclient调用外部接口,本地运行都正常,上传云函数,调用频繁(请求2,3次后就报错)报错:
const res = await uniCloud.httpclient.request(url, {
method: 'GET',
gzip: true,
encoding: null,
timeout: 10000,
followRedirect: true
})
报错信息