New worker Rate limit
After rare limiting a user, does the requests from him still invoke the worker or not ?
3 Replies
If you're using the rate limiting binding, yes. If you're using WAF Rate Limiting/configured in the dashboard under Security, no
Okay.
In binding, even after limiting for saay 60s, it will invoke the worker in that 60s (with 429) ???
Or it will only be invoked when the user is under the limit and at the req on which the user gets rate limited ?
The worker will always be invoked with the binding rate limiting.
Your worker logic has to be ran to return the response on rate limiting,