This topic was automatically generated from Slack. You can find the original thread here.
hey hey
anyone hitting per-IP 429s on POST /v1/oauth/token recently?
started seeing them ~may 10 from server workloads (small egress IP pool). Same clientId/clientSecret:
• from my laptop → 200 OK
• from the worker → 429 with server: awselb/2.0, empty body
looks like an ELB-layer per IP cap rather than per-credential, since different PD projects hit the same wall
two questions:
- is
/v1/oauth/tokenrate-limited per IP? i don’t see it on the Connect rate limits page - recommended pattern for bursty cold-start fleets: is shared-bearer-across-processes the right move, or is there a better auth flow?
using@pipedream/sdk@2.3.8