Should `unsafe.bindings.ratelimit` have different `namespace_id` for each worker environment?
Lets say I have
Do I need to have different
namespace_id
for each environment? If so how do we do it?
I tried
But I get the error
{"name":"RATE_LIMITER","type":"ratelimit","namespace_id":"1002","simple":{"limit":10,"period":60}} is not of type "array"
1 Reply
I fixed it
Ty. This is much better