mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +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
|
@ -59,6 +59,6 @@ class ReservedDomain < ApplicationRecord
|
|||
alias_method :update_whois_record, :generate_data
|
||||
|
||||
def remove_data
|
||||
UpdateWhoisRecordJob.enqueue name, 'reserved'
|
||||
UpdateWhoisRecordJob.perform_later name, 'reserved'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue