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
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -243,4 +243,23 @@ categories:
243
243
displayName: MongoDB Startup Failure
244
244
description: |
245
245
Failures that prevent MongoDB from starting successfully due to corrupted metadata, invalid configurations,
246
-
or unrecoverable internal errors (e.g., WiredTiger metadata corruption). These failures often require manual repair or backup restoration.
246
+
or unrecoverable internal errors (e.g., WiredTiger metadata corruption). These failures often require manual repair or backup restoration.
247
+
- name: supabase-problem
248
+
displayName: Supabase Problems
249
+
description: |
250
+
Problems specific to Supabase self-hosted deployments including authentication failures, database connectivity issues,
251
+
storage misconfigurations, realtime service crashes, and infrastructure-related failures that affect the entire Supabase stack.
252
+
- name: realtime-problem
253
+
displayName: Realtime Problems
254
+
description: |
255
+
Failures in real-time communication systems including WebSocket connection issues, real-time subscription failures,
256
+
and problems with live data streaming that affect user experience in interactive applications.
257
+
- name: workflow-automation-problem
258
+
displayName: Workflow Automation Problems
259
+
description: Problems related to workflow automation platforms including silent data loss, execution failures, and data integrity issues in workflow processing systems
260
+
- name: infinite-loop-problem
261
+
displayName: Infinite Loop Problems
262
+
description: |
263
+
Problems where applications enter infinite loops causing resource exhaustion, system hangs, or crashes.
264
+
This includes recursive loops, circular dependencies, and runaway processes that consume CPU, memory,
0 commit comments