This product is not supported for your selected
Datadog site. (
).
百度 参与媒体环球时报(中国):中国最具权威的国际时政报纸21世纪经济报道(中国):中国商业报纸领导者,每期发行量87万份,在业界和政界有广泛影响新浪网(中国):中国第二大门户网站,2012年注册用户已突破4亿每日新闻(日本):日本全国性大报之一,办报宗旨为争论之下,真理显现时事通讯社(日本):日本第二大通讯社,在日本国内有82个分部,海外29个分部中日新闻(日本):日本全国发行量第五大的报纸,在日本中部地区尤其拥有极大的阅报率韩国经济新闻:韩国五大日报、两大财经日刊之一,与中国经济类媒体保持良好合作纽西斯通讯社(韩国):韩国最大的民营新闻通讯社韩国先驱报:韩国最大的英文综合性报纸
This page describes rate limits and throttles that apply to Workflow Automation.
Account-level limits
Paid accounts
Each organization:
- Can create up to 500 workflows per minute.
- Can execute up to 200 workflows per minute.
- Can execute up to 50 workflows per minute for a source (such as a specific monitor).
- Can buffer up to 500 requests.
When an organization exceeds a threshold, pending execution requests queue up to a maximum of 500 per organization then process according to the previously described limits. For example, if a monitor triggers 500 workflow runs, only 50 are triggered in the first minute. The remaining 450 workflow runs are queued and 50 workflows are triggered every minute until all workflows have been triggered.
Trial accounts
Each organization:
- Can create up to 20 workflows per minute.
- Can execute up to 50 workflows per 20 minutes.
- Can execute up to 20 workflows per minute for a source (such as a specific monitor).
- Can buffer up to 100 requests.
When an organization exceeds a threshold, pending execution requests queue up to a maximum of 100 per organization then process according to the previously described limits. For example, if a monitor triggers 100 workflow runs, only 50 are triggered in the first 20 minutes. The remaining 50 workflow runs are queued and trigger after 20 minutes pass.
Workflow-level limits
- A workflow can contain up to 100 steps. If you need more than 100 steps in a workflow, you can use the Trigger workflow action to call a child workflow. Use output parameters to pass the output of a child workflow back to your main workflow.
- A workflow can run for up to 7 days. Workflows terminate when they attempt to run for longer than 7 days.
- A workflow can start up to 60 steps per minute. If you exceed this rate, steps are throttled and start at a rate of 60 per minute.
- The sum of all step outputs for a workflow can be up to 150 MB.
- A workflow’s output size can be up to 5 MB.
Action limits
- An action’s input can be up to 15 MB.
- An action’s output can be up to 15 MB.
- User-supplied JavaScript can be up to 10 KB.
- Each org can execute up to 10,000 send email actions per day. If you exceed this limit, the action fails with an error message.
- The for loop action can run for up to 2000 iterations. If you need more than 2000 iterations, you can partition your input into sets of 2000 and compute them in parallel.
Further Reading
Additional helpful documentation, links, and articles:
Do you have questions or feedback? Join the #workflows channel on the Datadog Community Slack.