mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Move jobs from Que to ActiveJob
This commit is contained in:
parent
1d3be40e14
commit
313731232e
53 changed files with 390 additions and 157 deletions
|
@ -17,7 +17,7 @@ module Domains
|
|||
update_domain
|
||||
clean_pendings!
|
||||
|
||||
WhoisRecord.find_by(domain_id: domain.id).save # need to reload model
|
||||
WhoisRecord.find_by(domain_id: domain.id)&.save # need to reload model
|
||||
end
|
||||
|
||||
def update_domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue