Promise computing module monitoring
There are two parts:
1. whether or not: regularly checks whether the database has new data. For example, you can obtain the max (createdate) of the promise table every 30 minutes. If this time is less than the current time by one hour, an email or SMS is triggered.
Especially during the day, if there is no promise order in the last hour, it is definitely a problem, either JQ message sending exception or receiving message exception, either the promise calculation has an exception.
2. Quantity: Make reference within a certain period of time to check whether there is a large difference in the order quantity within the monitored period.
For example ~ The promise order volume between is generally between and ~ 2 W, and today only 1 W in this period of time, an alarm is triggered. Based on this, the system may be faulty.