hackforwesternmass / foodfinder

Food Bank of Western Mass food Finder
4 stars 0 forks source link

Use Unicorn web server in production #10

Closed asoules closed 10 years ago

asoules commented 10 years ago

I think we're using Webrick in production right now, which is not recommended. We should switch to Unicorn to get some concurrency.

Unicorn will also enable us to run background jobs with Sidekiq on a single Dyno, which might be useful for geocoding or other tasks that should not be performed on the main thread.