class ActiveJob::QueueAdapters::ShoryukenLaterAdapter
Shoryuken::Later
adapter for Active Job¶ ↑
Shoryuken
(“sho-ryu-ken”) is a super-efficient AWS SQS thread based message processor. Shoryuken::Later
allows messages to be delayed arbitrarily far into the future.
Read more about Shoryuken
here. Read more about Shoryuken::Later
here.
To use Shoryuken::Later
set the queue_adapter config to :shoryuken_later
.
Rails.application.config.active_job.queue_adapter = :shoryuken_later
Constants
- JobWrapper