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
Copy file name to clipboardExpand all lines: rules/tags/categories.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,12 @@ categories:
244
244
description: |
245
245
Failures that prevent MongoDB from starting successfully due to corrupted metadata, invalid configurations,
246
246
or unrecoverable internal errors (e.g., WiredTiger metadata corruption). These failures often require manual repair or backup restoration.
247
+
- name: infinite-loop-problem
248
+
displayName: Infinite Loop Problems
249
+
description: |
250
+
Problems where applications enter infinite loops causing resource exhaustion, system hangs, or crashes.
251
+
This includes recursive loops, circular dependencies, and runaway processes that consume CPU, memory,
252
+
or API resources without termination conditions.
247
253
- name: workflow-automation-problem
248
254
displayName: Workflow Automation Problems
249
255
description: Problems related to workflow automation platforms including silent data loss, execution failures, and data integrity issues in workflow processing systems
0 commit comments