Commit 838dd6a
authored
Remove unused IScheduleRestart interface and its dead registration plumbing (#165)
The IScheduleRestart interface existed only to be stored in
FlowsManager._scheduleRestarts, a write-only dictionary that fed the
immediate in-process restart of an idle target - a path already disabled
as a stopgap. Since it was populated but never read, remove it entirely:
- Delete IScheduleRestart.cs
- Drop the interface from Invoker (and its explicit-impl adapter)
- Remove _scheduleRestarts and RegisterScheduleRestart from FlowsManager,
trimming the stopgap remarks that documented the dead plumbing
- Remove the three RegisterScheduleRestart calls in FunctionsRegistry
Schedule() still delivers via the durable interrupt + PostponedWatchdog,
so behaviour is unchanged.1 parent f2c33db commit 838dd6a
4 files changed
Lines changed: 1 addition & 34 deletions
File tree
- Core/Cleipnir.ResilientFunctions
- CoreRuntime
- Invocation
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 56 | | |
64 | 57 | | |
65 | 58 | | |
66 | 59 | | |
67 | 60 | | |
68 | 61 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 62 | | |
79 | 63 | | |
80 | 64 | | |
Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | 206 | | |
209 | 207 | | |
210 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
| |||
345 | 344 | | |
346 | 345 | | |
347 | 346 | | |
348 | | - | |
349 | 347 | | |
350 | 348 | | |
351 | 349 | | |
| |||
431 | 429 | | |
432 | 430 | | |
433 | 431 | | |
434 | | - | |
435 | 432 | | |
436 | 433 | | |
437 | 434 | | |
| |||
0 commit comments