Event: interested -> interestedIn

[?]
Dec 21, 2021, 7:27 PM
P6DBJOGDKJVS4V2FXUKEOUAN7XQTHQIVMT5UVJHR6JSKXRPGA3HQC

Dependencies

  • [2] USGMELC3 Tasks: only execute the event if the plugin is interested in it
  • [3] EKHD4I44 Event: init structure and parse existing messages
  • [4] I7Q3M7V3 TaskDispatcher: Support re-queueing tasks, and dropping tasks after 100 failures.
  • [5] GQGQEMMA Event.pm: add a new_event helper to parse and construct an Event
  • [6] SWXGVPJN hydra-notify: extract runPluginsForEvent to a TaskDispatcher

Change contents

  • replacement in src/lib/Hydra/Event.pm at line 41
    [2.435][2.435:452]()
    sub interested {
    [2.435]
    [2.452]
    sub interestedIn {
  • replacement in src/lib/Hydra/TaskDispatcher.pm at line 198
    [3.3465][2.1684:1734]()
    if (!$task->{"event"}->interested($plugin)) {
    [3.3465]
    [2.1734]
    if (!$task->{"event"}->interestedIn($plugin)) {