Investigate null reference in Notification System (DbToQueue - sending subscriber emails) #121
Labels
Azure
Issues relating to Azure infrastructure or deployment to Azure
bug
Something isn't working
notification system
Issues relating to the notification system
Periodically, there are null reference exceptions in the notification system that are captured in App Insights. Call stack (below) indicates a null reference in the following line:
aifororcas-livesystem/NotificationSystem/DbToQueue.cs
Line 32 in daa4104
It's likely that the GetPropertyValue call is returning null, though the documentation doesn't explicitly state this. However, we should not have data without that property. Some investigation is needed to figure out why the exception occurs.
The text was updated successfully, but these errors were encountered: