Class: SidekiqHero::Notifier
- Inherits:
-
Object
- Object
- SidekiqHero::Notifier
- Defined in:
- lib/sidekiq_hero/notifier.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.notify(job, meta_data) ⇒ Object
6 7 8 |
# File 'lib/sidekiq_hero/notifier.rb', line 6 def self.notify(job, ) new.notify(job, ) end |
Instance Method Details
#notify(job, meta_data) ⇒ Object
10 11 12 |
# File 'lib/sidekiq_hero/notifier.rb', line 10 def notify(job, ) Sidekiq.logger.info "#{job} -- #{}" end |