added inthewild_cve_exploit_importer_worker
This commit is contained in:
parent
387c869c6e
commit
785a02b53c
1 changed files with 10 additions and 0 deletions
10
app/workers/inthewild_cve_exploit_importer_worker.rb
Normal file
10
app/workers/inthewild_cve_exploit_importer_worker.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require '/data_importer/lib/importers/inthewild_cve_exploit_importer.rb'
|
||||
|
||||
class InthewildCveExploitImporterWorker
|
||||
include Faktory::Job
|
||||
|
||||
def perform(*args)
|
||||
puts "Hello, I am #{jid} with args #{args}"
|
||||
InthewildCveExploitImporter.new.import
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue