Fix Scheduler::SubscriptionsScheduler (#2834)
* Fix Scheduler::SubscriptionsScheduler, add worker test for it * Change production log level of Sidekiq to "warn" instead of "info"
This commit is contained in:
@ -7,7 +7,7 @@ class Pubsubhubbub::SubscribeWorker
|
||||
|
||||
def perform(account_id)
|
||||
account = Account.find(account_id)
|
||||
Rails.logger.debug "PuSH re-subscribing to #{account.acct}"
|
||||
logger.debug "PuSH re-subscribing to #{account.acct}"
|
||||
::SubscribeService.new.call(account)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user