Commit f4b0cb6
committed
Load AMQP plugin into the Gru tasks
Makes possible to the minion tasks to emit events, as it makes the AMQP plugin
available in its context. The `one_tick` is called to trigger the `next_tick`
in the `register` function of the AMPQ module immediately, otherwise it seems
like it is registered late and the event is not emitted.
issue: https://progress.opensuse.org/issues/190557
Signed-off-by: Ioannis Bonatakis <[email protected]>1 parent 2f9dd60 commit f4b0cb6
File tree
1 file changed
+14
-1
lines changed1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
101 | 114 | | |
102 | 115 | | |
103 | 116 | | |
| |||
0 commit comments