Class: Rimless::ConsumerJob

Inherits:
Karafka::BaseWorker
  • Object
show all
Defined in:
lib/rimless/consumer_job.rb

Overview

The base consumer job where each message is processed asynchronous via Sidekiq. We need to inherit the Karafka base worker class into a custom one, otherwise it fails.