You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloudflare workers across all customers use the same IP ranges so when I run my code on Cloudflare, I get the RateLimitExceeded error every time I call createSession.
Not to get rate limited. This makes using Bluesky impossible if you're using Cloudflare infrastructure.
Perhaps if we're performing authentication or using a JWT in subsequent calls, the rate limiting should apply to those credentials rather than IP addresses.
And/or do not apply those rate limits to the Cloudflare IP ranges.
The text was updated successfully, but these errors were encountered:
Describe the bug
Cloudflare workers across all customers use the same IP ranges so when I run my code on Cloudflare, I get the
RateLimitExceeded
error every time I callcreateSession
.Cloudflare IP ranges: https://www.cloudflare.com/ips/
To Reproduce
Run this on a Cloudflare worker or pages site:
Expected behavior
Not to get rate limited. This makes using Bluesky impossible if you're using Cloudflare infrastructure.
Perhaps if we're performing authentication or using a JWT in subsequent calls, the rate limiting should apply to those credentials rather than IP addresses.
And/or do not apply those rate limits to the Cloudflare IP ranges.
The text was updated successfully, but these errors were encountered: