class ActiveJob::QueueAdapters::PikaQueRails4
PikaQue
adapter for Active Job¶ ↑
PikaQue
is a RabbitMQ background processing framework for Ruby.
To use PikaQue
set the queue_adapter config to :pika_que
.
Rails.application.config.active_job.queue_adapter = :pika_que