1.共享其他环境,在开发者工具选择不了共享的环境,代码也执行不了
2.云开发每天限制读写数据库次数300次,报错errCode: -501003 exceed request limit | errMsg: [LimitExceeded.OutOfWriteRequestQuota] Write request overrun. Please improve write specifications, but if the problem cannot be solved, contact us
为什么我的刚付费几天,然后一直显示501003?之前的资源是被释放掉了,重新开了变成这样了,一直不让连
这是啥情况 ,帮我解答一下
Unhandled promise rejection Error: cloud.callFunction:fail Error: errCode: -501003 exceed request limit | errMsg: Request exceeded the limit (callId: 1661332594161-0.4613776903431259) (trace: 17:16:34 start->17:16:34 system error (Error: errCode: -501003 exceed request limit | errMsg: Request exceeded the limit), abort)
at P (VM1361 WAService.js:1)
at VM1361 WAService.js:1
at VM1361 WAService.js:1
at n (VM1361 WAService.js:1)(env: Windows,mp,1.05.2204250; lib: 2.25.3)
目前共享的环境,不能在 cloudfunctions 上右键选择;
501003是资源超限,你的数据库读写请求次数均已超出你当前配额的额度,而且已经有下发告警信息的,额度说明参考https://developers.weixin.qq.com/miniprogram/dev/wxcloud/billing/quota.html