Fix PuSH workers (#6200)

Bu işleme şunda yer alıyor:
ThibG 2018-01-05 23:04:35 +01:00 işlemeyi yapan: Eugen Rochko
ebeveyn a594139115
işleme 10f6793fd0

Dosyayı Görüntüle

@ -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