?
ratelimit
Summary​
Throttles the execution at this position
Description​
This action can be used to limit API calls, etc., to limit excessive requests or to prevent service abuse.
Fields​
count​
The number of triggers allowed in the duration.
duration​
The duration of the limit in seconds (3600 seconds is 1 hour).
key​
A key to categorize rate limiting. Limits apply to all rate limit actions with the same key.
Helpful?