Codex
Explore posts from serversCDCloudflare Developers
•Created by Codex on 6/20/2024 in #workers-help
K6 load testing and 429s
Hey team
Currently been working on load testing a simple worker (just a JS 10 liner kind of deal) we have (non-free/ent tier) and have found that when trying to perform load testing using K6 we begin to see a flood of 429's
I did find this post: https://community.cloudflare.com/t/can-requests-to-workers-get-rate-limited/435598/2
Which suggests i'm encountering
on paid it defends against a small amount of IPs sending too many requests
But I cannot seem to find a ways to configure either whitelisting the IP's i'm using or to temporarily disable this throttling feature.
Where can I find more information about this? Is there configuration I can see either on the worker level or in the portal around this?13 replies