V1 Rate limiting
Pennylane API relies on rate limits to ensure stability and reliability. Rate limiting is enabled on both production and sandbox environments and all endpoints are affected.
The rate limiting is applied at the token level. If you have an OAuth app, it will be applied on each generated token from your OAuth app. If you have a developer token, it will be applied directly on your token.
You are allowed to make 5 requests per second. If you go over this limit, you will receive a 429 HTTP Error :
Rate limit exceeded. Please retry in X seconds.
Updated 1 day ago