Commit 0615d13
fix(aci): Reduce deadlock risk in ActionGroupStatus updates (#92451)
Order ActionGroupStatus updates to ensure consistent row locking order
across concurrent executions, potentially avoiding deadlocks.
Also limit updates to where date_updated is actually newer, which could
theoretically reduce overlap between concurrent update queries.
See SENTRY-3WEA.1 parent 5b5add4 commit 0615d13
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments