Class: RubyReactor::Adapters::Sidekiq::Worker

Inherits:
Object
  • Object
show all
Includes:
Worker, Sidekiq::Worker
Defined in:
lib/ruby_reactor/adapters/sidekiq/worker.rb

Overview

Sidekiq worker for executing RubyReactor reactors asynchronously with non-blocking retry capabilities. All resume/snooze/escalate logic lives in RubyReactor::Worker — this class only wires it to Sidekiq.

Method Summary

Methods included from Worker

#perform