How do I solve issues related to loading modules / classes that are still in memory?

0

Around and half my Sidekiq gets the error shown below, and then is thrown again to the execution queue. After a while, the error automatically disappears and the queue continues to run normally.

ArgumentError: A copy of StateMachines::RemittanceStateMachine has been removed from the module tree but is still active!

I would like to have a better understanding of the problem so that I can avoid it in the future.

    
asked by anonymous 15.02.2017 / 18:17

0 answers