Skip to content
Pablo Cantero edited this page Jul 11, 2017 · 5 revisions

For retrieving which worker to call for each queue/message, Shoryuken uses DefaultWorkerRegistry, this is the default behavior, but if you have a special need, you can set a custom one.

# config/initializers/shoryuken.rb
Shoryuken.worker_registry = CustomWorkerRegistry.new