mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +02:00
Added 1 minute pause before updating whois
This commit is contained in:
parent
af5f66f1de
commit
f985250937
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ class Domain < ApplicationRecord
|
|||
end
|
||||
|
||||
def update_whois_record
|
||||
UpdateWhoisRecordJob.perform_later name, 'domain'
|
||||
UpdateWhoisRecordJob.set(wait: 1.minute).perform_later name, 'domain'
|
||||
end
|
||||
|
||||
def status_notes_array=(notes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue