Rate Limit
Overview
The Rate Limit node enforces execution limits on workflow paths — preventing excessive API calls, database queries, or resource consumption. It uses a sliding window algorithm to track request counts.
Category
Security — security/rateLimit
Inputs & Outputs
- input1 — Upstream data
- output1 — Data passed through (within rate limit)
- output2 — Rate limit exceeded (blocked)