Skip to content

application processors loading multiple times #14

@spemmons

Description

@spemmons

the ActiveMessaging::load_processors method has a "first" parameter that suppresses logging of the loading of application processor files, but loads them anyway

i noticed this because i have a constant defined in my processor class that i'm warned is being redefined

the problem seems to occur because the Railtie implementation calls "reload_activemesaging" which, in turn, reloads the processors -- later in my poller, we even explicitly load the processors a 3rd time

perhaps this is being done to overcome some other problem, but it seems like a simple change might fix eliminate the multiple processor loading

thoughts?

cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions