NotificationThrottle Element (ADF)
Specifies the number of notifications that can be produced per notification class from a single rule firing.
구문
<ApplicationExecutionSettings>
...
<NotificationThrottle>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
Non-negative integer. |
Default value |
1,000. |
Occurrence |
Optional once per ApplicationExecutionSettings element. |
Updates |
Can be added, deleted, and modified when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
주의
Use the NotificationThrottle element to guard against large numbers notifications being generated due to events and subscriptions from external sources.
During each quantum, the generator runs rules that generate notifications. If the NotificationThrottle value is exceeded, the generator throws an error and stops the rule. Other rules within the quantum are not affected unless they also exceed the throttle value.
If you set the NotificationThrottle value to 0, there is no limit to the number of notifications generated from a single rule.
For additional information, see 이벤트, 구독 및 알림에 대한 스로틀 지정.
예
The following example shows how to specify that a single generator quantum can produce no more than 3500 notifications per notification class.
<NotificationThrottle>3500</NotificationThrottle>
참고 항목
참조
Application Definition File Reference
관련 자료
이벤트, 구독 및 알림에 대한 스로틀 지정
인스턴스 및 응용 프로그램 업데이트