mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Merge branch 'story/110392672-domains-async' into story/113066359-optimization
# Conflicts: # app/jobs/regenerate_registrar_whoises_job.rb # app/jobs/regenerate_whois_record_job.rb
This commit is contained in:
parent
53006cb4e9
commit
80e0097c4e
1 changed files with 2 additions and 2 deletions
|
@ -499,8 +499,8 @@ class Contact < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def update_related_whois_records
|
||||
ids = related_domain_descriptions.keys
|
||||
RegenerateWhoisRecordJob.enqueue(ids, :name) if ids.present?
|
||||
names = related_domain_descriptions.keys
|
||||
UpdateWhoisRecordJob.enqueue(names, :domain) if names.present?
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue