Commit db85ef2
committed
refactor(cache): use Promise.allSettled for cache warming
Switch from Promise.all to Promise.allSettled in warmCaches to ensure
all cache warming attempts complete even if one fails. Each operation
already has error handling, but allSettled provides an extra layer of
defense against unexpected errors that could prevent other caches from
warming.1 parent 8d8eac6 commit db85ef2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments