Restoring old async behaviour of thread resolving as it proved to be more robust
This commit is contained in:
@ -4,7 +4,7 @@ class Pubsubhubbub::DeliveryWorker
|
||||
include Sidekiq::Worker
|
||||
include RoutingHelper
|
||||
|
||||
sidekiq_options queue: 'push'
|
||||
sidekiq_options queue: 'push', retry: 5
|
||||
|
||||
def perform(subscription_id, payload)
|
||||
subscription = Subscription.find(subscription_id)
|
||||
|
Reference in New Issue
Block a user