Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908)
Remove locks from scheduled jobs
This commit is contained in:
parent
33198d8c05
commit
e89e976e92
12 changed files with 30 additions and 14 deletions
|
@ -4,7 +4,7 @@ class Scheduler::FeedCleanupScheduler
|
|||
include Sidekiq::Worker
|
||||
include Redisable
|
||||
|
||||
sidekiq_options lock: :until_executed, retry: 0
|
||||
sidekiq_options retry: 0
|
||||
|
||||
def perform
|
||||
clean_home_feeds!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue