async_otrs_import_job.rb 92 B

12345
  1. class AsyncOtrsImportJob < ApplicationJob
  2. def perform
  3. Import::OTRS.start_bg
  4. end
  5. end