in lib/aws/active_job/sqs/poller.rb [41:53]
def init_config
Aws::ActiveJob::SQS.configure do |cfg|
@options.each_pair do |key, value|
cfg.send(:"#{key}=", value) if cfg.respond_to?(:"#{key}=")
end
end
config = Aws::ActiveJob::SQS.config
@logger = config.logger || ActiveSupport::Logger.new($stdout)
@logger.info("Starting Poller with config=#{config.to_h}")
end