Skip to content

Commit

Permalink
shoryuken adapter extends from active job queue adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorganMY committed Oct 4, 2024
1 parent a2cb658 commit 152f230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoryuken/extensions/active_job_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module QueueAdapters
# To use Shoryuken set the queue_adapter config to +:shoryuken+.
#
# Rails.application.config.active_job.queue_adapter = :shoryuken
class ShoryukenAdapter
class ShoryukenAdapter < ActiveJob::QueueAdapters::AbstractAdapter
class << self
def instance
# https://github.com/phstc/shoryuken/pull/174#issuecomment-174555657
Expand Down

0 comments on commit 152f230

Please sign in to comment.