Class: Rimless::ConsumerJob
- Inherits:
-
Karafka::BaseWorker
- Object
- Karafka::BaseWorker
- Rimless::ConsumerJob
- 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.