Module: Atatus::Spies::SidekiqSpy::Ext Private
- Defined in:
- lib/atatus/spies/sidekiq.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #start ⇒ Object private
- #terminate ⇒ Object private
Instance Method Details
#start ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/atatus/spies/sidekiq.rb', line 70 def start super.tap do # Already running from Railtie if Rails if Atatus.running? Atatus.agent.config.logger = Sidekiq.logger else Atatus.start end end end |