云
CDCloudflare Developers
Created by on 6/27/2024 in #workers-help
Rate Limit not defined on env
Hi I'm trying to add ratelimit binding to my worker but its not appearing on the env variable for some reason?
[[unsafe.bindings]]
name = "RATE_LIMITER"
type = "ratelimit"
namespace_id = "2938"
simple = { limit = 60, period = 3600 }
[[unsafe.bindings]]
name = "RATE_LIMITER"
type = "ratelimit"
namespace_id = "2938"
simple = { limit = 60, period = 3600 }
return Response.json({env})
return Response.json({env})
12 replies