79528662

Date: 2025-03-23 08:35:16
Score: 1
Natty:
Report link

I debugged by scaling down the pods to 1 and replacing Task.Run with await, but the issue persisted. After an hour of troubleshooting, we found the real culprit—an active trigger on the table.

With .NET 8.0, triggers need explicit handling, or they cause silent exceptions logged only at the console, not in DB or files. This also highlighted gaps in our error logging.

So, Task.Run wasn’t the issue.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: nishant bhadke