diff --git a/app/jobs/migration/populate_contact_verification_job.rb b/app/jobs/migration/populate_contact_verification_job.rb index 631ffb81d..b8821d04e 100644 --- a/app/jobs/migration/populate_contact_verification_job.rb +++ b/app/jobs/migration/populate_contact_verification_job.rb @@ -1,6 +1,7 @@ # Delete migration and spec after 2 consecutive releases. class Migration::PopulateContactVerificationJob < ApplicationJob - queue_as :scheduled_jobs + include Sidekiq::Worker + sidekiq_options queue: :scheduled_jobs, timeout: 3_600 # 1 hour def perform updated_count = 0