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
Prevent duplicate reports by checking if a report already exists
for the same incidentId before saving. Returns bool to indicate
if the report was saved (true) or skipped as duplicate (false).
Worker now logs warnings when duplicates are detected, helping
identify the root cause of duplicate report generation.
0 commit comments