Story#113066359 - all whois generation of domain and reserved/blocked domain is async + domain destroy removes whois async

This commit is contained in:
Vladimir Krylov 2016-02-11 12:04:16 +02:00
parent 93d765dea2
commit 77da9ccd2b

View file

@ -826,7 +826,6 @@ class Domain < ActiveRecord::Base
end
def update_whois_record
p "run by transaction"
UpdateWhoisRecordJob.enqueue name, 'domain'
end