Skip to content

Commit

Permalink
Update README to clarify rate limiting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 authored Dec 13, 2023
1 parent 51db162 commit 674a96d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,9 @@ Run `terminus list secret` for a complete list of available commands. Use termin

## Rate Limiting

The service supports up to 3 requests per second per user. If you hit that limit, the API will return a `429` error code and the plugin will throw an error.
The service supports up to 3 requests per second per user through Terminus. If you hit that limit, the API will return a `429` error code and the plugin will throw an error.

The PHP SDK and `get_pantheon_secret()` function are not affected by this rate limiting.

## Use Secrets with Integrated Composer

Expand Down

0 comments on commit 674a96d

Please sign in to comment.