Commit 526af53
fix: Handle exceptions in pre-reboot event listeners via
Use `return_exceptions=True` in `asyncio.gather` during Actor reboot so that
a failing listener does not prevent other listeners from persisting state.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>return_exceptions
1 parent 5e4f773 commit 526af53
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1194 | 1194 | | |
1195 | 1195 | | |
1196 | 1196 | | |
1197 | | - | |
| 1197 | + | |
1198 | 1198 | | |
1199 | 1199 | | |
| 1200 | + | |
1200 | 1201 | | |
1201 | 1202 | | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
1202 | 1207 | | |
1203 | 1208 | | |
1204 | 1209 | | |
| |||
0 commit comments