Commit 52c10099 by Karl Kloppenborg

Removing need for sneakers boot file

parent 17ed2eb5
......@@ -99,9 +99,7 @@ namespace :sneakers do
info "Starting the sneakers processes"
#workers.each do |worker|
raise "Boot file not set, please configure [set :sneakers_boot_file]" if fetch(:sneakers_boot_file) == false
with rails_env: :production, workers: workers do
#execute :bundle, :exec, :sneakers, :work, workers, "--require=#{fetch(:sneakers_boot_file)}"
rake 'sneakers:run'
end
#execute :bundle, :exec, :sneakers, args.compact.join(' ')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment