Skip to content
Snippets Groups Projects
Commit 10f6793f authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix PuSH workers (#6200)

parent a5941391
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment