Restoring old async behaviour of thread resolving as it proved to be more robust
This commit is contained in:
parent
908fcf83c6
commit
668013265c
3 changed files with 17 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue