-
Notifications
You must be signed in to change notification settings - Fork 58
application processors loading multiple times #14
Copy link
Copy link
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels