Limits(限制)¶
:::callout{theme="warning"} Object Monitors are superseded by Automate. Automate is a fully backward-compatible product that offers a single entry point for all business automation in the platform. :::
Object monitoring implements several limits to ensure good performance for execution and triggering effects. These limits and the expected behavior are listed in the table below.
Scale limits¶
| Description | Limit | Behavior when limit is reached |
|---|---|---|
| Number of times a monitor may trigger per hour | 12 | Monitor will be auto-disabled |
| Number of times a monitor may trigger per day | 96 | Monitor will be auto-disabled |
| Max size of input for object added/removed condition | 100K | Error message when saving the monitor OR runtime error when evaluating the monitor if the input set grows beyond 100K objects |
| Max number of subscribers to a single monitor | 30 | Error message when saving the monitor |
| Max size of object type for realtime execution | 10M | Error message when saving the monitor OR runtime error when evaluating the monitor if the total objects in the object type grows beyond the limit |
中文翻译¶
限制¶
:::callout{theme="warning"} 对象监控器(Object Monitor)已被自动化(Automate)取代。自动化(Automate)是一款完全向后兼容的产品,为平台中的所有业务自动化提供单一入口点。 :::
对象监控(Object monitoring)实施了若干限制,以确保执行和触发效果的良好性能。下表列出了这些限制及其预期行为。
规模限制¶
| 描述 | 限制 | 达到限制时的行为 |
|---|---|---|
| 每个监控器每小时可触发的次数 | 12 | 监控器将被自动禁用 |
| 每个监控器每天可触发的次数 | 96 | 监控器将被自动禁用 |
| 对象添加/移除条件的输入最大规模 | 100K | 保存监控器时显示错误消息,或当输入集增长超过100K个对象时,评估监控器时出现运行时错误 |
| 单个监控器的最大订阅者数量 | 30 | 保存监控器时显示错误消息 |
| 实时执行的对象类型最大规模 | 10M | 保存监控器时显示错误消息,或当对象类型中的总对象数增长超过限制时,评估监控器时出现运行时错误 |