在 worker 中使用一个免费、不用登录的汇率查询 API ,我还没用就提示You are over your rate limit please upgrade your account!
>
难受,应该是相同 IP 访问的太多了
怎么搞定这种情况????
{"Response":"Error","Message":"You are over your rate limit please upgrade your account!","HasWarning":false,"Type":99,"RateLimit":{"calls_made":{"second":1,"minute":1,"hour":33,"day":1196,"month":50018,"total_calls":344275},"max_calls":{"second":20,"minute":300,"hour":3000,"day":7500,"month":50000}},"Data":{}}
1 0o0O0o0O0o 2024-03-24 19:54:42 +08:00 via iPhone 无解吧,控制不了子请求的 IP 吧,换个 API |
2 google2020 2024-03-24 19:58:22 +08:00 买个服务器 |
![]() | 3 Puteulanus 2024-03-24 20:07:48 +08:00 看起来是超了每月 5W 次调用的限制,CF 这个量仁至义尽了吧,我用的 Pipedream 一天才给 100 次 |
4 0o0O0o0O0o 2024-03-24 20:13:55 +08:00 via iPhone @Puteulanus #3 workers 是每天十万次免费请求,这是 workers 里子请求的 API 超了吧?我猜 OP 这个是因为太多在 workers 里用那个 API 的,导致请求 IP 都是 workers 的 IP ,更容易触发限制 |
![]() | 5 icoming OP @0o0O0o0O0o 对,就是这种情况 |
![]() | 6 Puteulanus 2024-03-24 21:18:01 +08:00 |