Fix PuSH workers (#6200)

lolsob-rspec
ThibG 2018-01-05 23:04:35 +01:00 committed by Eugen Rochko
parent 090bd4d505
commit 0a8dd8fdd3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Pubsubhubbub::SubscribeWorker
sidekiq_retries_exhausted do |msg, _e|
account = Account.find(msg['args'].first)
logger.error "PuSH subscription attempts for #{account.acct} exhausted. Unsubscribing"
Sidekiq.logger.error "PuSH subscription attempts for #{account.acct} exhausted. Unsubscribing"
::UnsubscribeService.new.call(account)
end