PipedreamHQ / PipedreamHQ/pipedream
[FEATURE] Allow me to control the rate limit for an HTTP endpoint
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
I want to control the HTTP rate limit for my endpoint, lowering or raising it as necessary.
Currently, Pipedream applies a [default rate limit of 10 QPS](https://docs.pipedream.com/limits/#qps-queries-per-second) to all HTTP endpoints, which can be raised [upon request](https://pipedream.com/support).
If you're consuming events from an event source in a workflow, you can also use the advanced delivery controls to control the rate of events / concurrency for your workflow (in your workflow's settings).
You can also return 429s yourself using [`$respond()`](https://docs.pipedream.com/workflows/steps/triggers/#customizing-the-http-response).
Contributor guide
Assessment
This issue has not been assessed yet.