Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Haelwenn
mastofe
Commits
10f6793f
Commit
10f6793f
authored
Jan 05, 2018
by
ThibG
Committed by
Eugen Rochko
Jan 05, 2018
Browse files
Fix PuSH workers (#6200)
parent
a5941391
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/workers/pubsubhubbub/subscribe_worker.rb
View file @
10f6793f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment