Skip to content

Commit

Permalink
Merge pull request #571 from anderscarling/patch-1
Browse files Browse the repository at this point in the history
Add back attr_accessor for `stop_callback`
  • Loading branch information
phstc authored Jun 19, 2019
2 parents f95cb0e + 22e7ea0 commit a7ecc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoryuken/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Options

attr_accessor :active_job_queue_name_prefixing, :cache_visibility_timeout, :default_worker_options, :groups,
:launcher_executor, :sqs_client, :sqs_client_receive_message_opts,
:start_callback, :worker_executor, :worker_registry
:start_callback, :stop_callback, :worker_executor, :worker_registry

def initialize
self.groups = {}
Expand Down

0 comments on commit a7ecc2f

Please sign in to comment.