Skip to content

Instantly share code, notes, and snippets.

@ys
Created October 17, 2013 15:25
Show Gist options
  • Save ys/7026923 to your computer and use it in GitHub Desktop.
Save ys/7026923 to your computer and use it in GitHub Desktop.
threads 0, Integer(ENV['MAX_THREADS'] || 10)
on_restart do
defined?(ActiveRecord::Base) and
ActiveRecord::Base.connection.disconnect!
FB::RedisPool.shutdown
end
workers Integer(ENV['WEB_CONCURRENCY'] || 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment