ontohub/indexer

View on GitHub
app/workers/indexing_worker.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
 
# Worker for indexing the data
class IndexingWorker < ApplicationWorker
from_queue 'indexing', threads: 1, prefetch: 1, timeout_job_after: nil,
vhost: Settings.rabbitmq.virtual_host
end