Event: interested -> interestedIn
[?]
Dec 21, 2021, 7:27 PM
P6DBJOGDKJVS4V2FXUKEOUAN7XQTHQIVMT5UVJHR6JSKXRPGA3HQCDependencies
- [2]
USGMELC3Tasks: only execute the event if the plugin is interested in it - [3]
EKHD4I44Event: init structure and parse existing messages - [4]
I7Q3M7V3TaskDispatcher: Support re-queueing tasks, and dropping tasks after 100 failures. - [5]
GQGQEMMAEvent.pm: add a new_event helper to parse and construct an Event - [6]
SWXGVPJNhydra-notify: extract runPluginsForEvent to a TaskDispatcher
Change contents
- replacement in src/lib/Hydra/Event.pm at line 41
sub interested {sub interestedIn { - replacement in src/lib/Hydra/TaskDispatcher.pm at line 198
if (!$task->{"event"}->interested($plugin)) {if (!$task->{"event"}->interestedIn($plugin)) {