Commit 1acc60e
committed
Add exception handling during
doProgress call in HandlerContextImpl to prevent unhandled errors. This seems to be the cause of so many unhandled suspension exceptions, and possibly the reason for threads left hanging.1 parent 7591272 commit 1acc60e
File tree
2 files changed
+8
-2
lines changed- sdk-core/src/main/java/dev/restate/sdk/core
- statemachine
2 files changed
+8
-2
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
403 | 410 | | |
404 | 411 | | |
405 | 412 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
0 commit comments