Turn que off for dev for temp

This commit is contained in:
Priit Tark 2015-06-16 13:29:55 +03:00
parent c3fc38d2e2
commit eb271f55af

View file

@ -1,7 +1,8 @@
worker_processes 2
after_fork do |server, worker|
ActiveRecord::Base.establish_connection
# after_fork do |server, worker|
# binding.pry
# ActiveRecord::Base.establish_connection
Que.mode = :async
end
# Que.mode = :async
# end