Commit 4868945
committed
fix: run paired DB writes sequentially to avoid hiding failed stages
Effect.all with concurrency: 2 uses fail-fast semantics, so when both
branches fail only one stage is reported. Remove the concurrency option
so operations run sequentially, ensuring the reported stage is always
deterministic and accurate.1 parent 4c423f9 commit 4868945
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments