Rate Limiting not working in environments
Hi I have a rate limiter defined on my dev env as such:
When the worker executes, there isn't a
limit
function bound for me to call. A console log of the environment shows:
And if I try to run the limit:
1 Reply
How are you calling
limit()
? This doesn't look like an issue with the function not being there.