You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: UI presented old results and didn't update. In logs we found that SingleOrDefault was throwing an exception. After investigation we noticed that we have duplicate entries in HealthCheckExecutionEntries.
What you expected to happen: History is recorded.
How to reproduce it (as minimally and precisely as possible): Cannot reproduce
Source code sample: not relevant
Anything else we need to know?: no
Environment:
.NET Core version 8
Healthchecks version 8.0.1
Operative system: Windows Server 2016
Others:
This could be avoided if DB prevented from inserting duplicates
The text was updated successfully, but these errors were encountered:
What happened: UI presented old results and didn't update. In logs we found that
SingleOrDefault
was throwing an exception. After investigation we noticed that we have duplicate entries inHealthCheckExecutionEntries
.What you expected to happen: History is recorded.
How to reproduce it (as minimally and precisely as possible): Cannot reproduce
Source code sample: not relevant
Anything else we need to know?: no
Environment:
This could be avoided if DB prevented from inserting duplicates
The text was updated successfully, but these errors were encountered: