Updated LinkCrawlWorker retry to 3
• Updated: - LinkCrawlWorker retry to 3
This commit is contained in:
parent
294883da56
commit
a2a070510a
@ -3,7 +3,7 @@
|
|||||||
class LinkCrawlWorker
|
class LinkCrawlWorker
|
||||||
include Sidekiq::Worker
|
include Sidekiq::Worker
|
||||||
|
|
||||||
sidekiq_options queue: 'pull', retry: 0
|
sidekiq_options queue: 'pull', retry: 3
|
||||||
|
|
||||||
def perform(status_id)
|
def perform(status_id)
|
||||||
FetchLinkCardService.new.call(Status.find(status_id))
|
FetchLinkCardService.new.call(Status.find(status_id))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user