Commit cd711de
committed
Signal handling refactor
This is a removal of legacy code for signal handling. This signal
handling was useful for the legacy runner where all tasks were running
in child processes. But now when we use spawners for creating tasks each
with different implementation, we need to handle the signal handling in
the spawners itself.
Signed-off-by: Jan Richter <jarichte@redhat.com>1 parent ed1619a commit cd711de
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 92 | | |
101 | 93 | | |
102 | 94 | | |
| |||
0 commit comments