diff --git a/app/workers/poc_in_github_importer_worker.rb b/app/workers/poc_in_github_importer_worker.rb new file mode 100644 index 0000000..011cd3c --- /dev/null +++ b/app/workers/poc_in_github_importer_worker.rb @@ -0,0 +1,10 @@ +require '/data_importer/lib/importers/poc_in_github_importer.rb' + +class PocInGithubImporterImporterWorker + include Faktory::Job + + def perform(*args) + puts "Hello, I am #{jid} with args #{args}" + PocInGithubImporter.new.import + end +end \ No newline at end of file