Feature Request
Heartbeat monitoring - i.e. error if event doesn't occur
spongeboy
I have an e-commerce website that averages an order every 5 minutes. If there has been no orders for 30 minutes, it is usually a sign that something is wrong.
One current option is to poll the orders database table, and raise an exception if the last order is older than 30 minutes.
However, it would be simpler if I could raise an exception for every order, and be notified if the exception does not occur in any 30 minute window.
Does Raygun support this "heartbeat" style monitoring? I.e. can I be notified if an exception doesn't occur within a given timeframe?