Hi everyone - Does Pactflow have any sort of rate ...
# pactflow
j
Hi everyone - Does Pactflow have any sort of rate limiting for certain endpoints in their API? I'm trying to automate token rotation for webhooks, and what I have in mind will rotate auth tokens for all the teams in the organisation once a week; as a result I'll be firing a bunch of requests to update the value of a secret for every team, and I'm wondering if that's going to fail due to rate limiting.
m
We do, but we don’t publish the exact numbers. They are fairly generous, so I wouldn’t expect you to hit them. There is a current issue with the WAF we use that unfortunately doesn’t return a
429
for when you hit the limit and instead returns a
401
I think This is actually going to be addressed in the near future (our security team is in the process of updating the WAF to a later version), but just so you’re aware of it
1
j
Thanks @Matt (pactflow.io / pact-js / pact-go)!
🙌 1