mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Merge pull request #61 from barelyknown/debug-retry-msg
change 'Retrying in 5 seconds' to debug from warn
This commit is contained in:
commit
a9f2258042
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Sidetiq
|
|||
def link_to_sidekiq_manager
|
||||
Sidekiq::CLI.instance.launcher.manager.link(current_actor)
|
||||
rescue NoMethodError
|
||||
warn "Can't link #{self.class.name}. Sidekiq::Manager not running. Retrying in 5 seconds ..."
|
||||
debug "Can't link #{self.class.name}. Sidekiq::Manager not running. Retrying in 5 seconds ..."
|
||||
after(5) { link_to_sidekiq_manager }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue