unicorn
Unicorn is a web server for #rack apps.
Unicorn is a web server for #rack apps.
For some reason, #rails apps using #unicorn can't log to STDOUT on #heroku with the proper logger level More under the cut
The timeouts are rather big but the initial 400/600 have proved to be too short to cause 504 on most file uploads to the farm.
backend nginx_backend
#timeout connect 400
timeout connect 6000
#timeout server 600
timeout server 6000
server server1 10.0.0.1:8080 maxconn 2000 check
We leave #heroku because very high prices. Now we are on #rackspace cloud server with #nginx and #unicorn with 4 worker processes.
Soon we optimize server and performance and all will be ok.
If someone has admin skills and wants to help us - please contact :)
#gistflow team