refactor(api): source API_KEY_RATE_LIMIT from settings, drop service token throttle (#9161)
- Define API_KEY_RATE_LIMIT in plane/settings/common.py and read it via django.conf.settings in ApiKeyRateThrottle instead of os.environ. - Remove ServiceTokenRateThrottle and the service-token branch in BaseAPIView.get_throttles; all API key requests now go through ApiKeyRateThrottle.
S
sriram veeraghanta committed
248f5d66e69fa99b64de27aa454819158d19872a
Parent: f14451a
Committed by GitHub <noreply@github.com>
on 5/28/2026, 6:43:41 PM