unicorn
max-requests-per-worker in unicorn
I sought, but did not find, a max-requests-per-worker option in unicorn similar to gunicorn\'s max_requests or apache\'s MaxRequestsPerChild.开发者_运维百科[详细]
2023-04-13 06:35 分类:问答Rolling logs in unicorn
Whats the best way to roll logs on a daily basis using Rails 2.3.5 and Unicorn. The general log rolling params to the Logger class don\'t work if there are multiple instances of Unicorn running as all[详细]
2023-04-12 21:01 分类:问答Stream console output through HTTP (with Ruby)
I开发者_运维问答 am trying to run some commands remotely and SSH\'ing in to the machine is not an option. What I am trying to do is setup a Sinatra app that runs some specific commands and streams the[详细]
2023-04-11 22:19 分类:问答HTTP Streaming on Heroku with Rails 3.1 & Unicorn
Inspired by the RailsCast on HTTP Streaming, I\'ve decided to turn it on on my server. However, the listen 3000 :tcp_nopush => false line that Ryan suggests adding to my unicorn.rb doesn\'t play we[详细]
2023-03-31 07:58 分类:问答unicorn hangs saying Refreshing Gems
I have a strange problem in staging after i migrated to unicorn from passenger. I configured unicorn for both development and staging environment .[详细]
2023-03-30 19:29 分类:问答Unicorn Rails - Takes 100% CPU while starting in production mode
We are using Unicorn_Rails + nginx. It works well in development mode and production mode in my system ( 4GB Ram , Intel(R) Core(TM)2 Duo CPUP8600@ 2.40GHz)[详细]
2023-03-27 05:40 分类:问答Heroku RACK_ENV says "development" on Thin, but "staging" on Unicorn
I came across this behavior and was wondering if anyone else had seen it.I have a workaround so it\'s not a show-stopper.[详细]
2023-03-26 18:31 分类:问答Nginx Request header Or Cookie Too Large
I am trying to setup Nginx + Unicorn + Rails 3. Nginx will also serve some static and php projects. However when I open the site I always see a[详细]
2023-03-25 10:47 分类:问答Unicorn completely ignores USR2 signal
I\'m experiencing a rather strange problem with unicorn on my production server. Although the config file states preload_app true, sendi开发者_StackOverflowng USR2 to the master process does not gener[详细]
2023-03-18 05:04 分类:问答Getting upload process via Nginx + Unicorn
I\'m using Nginx to reverse proxy my Unicorn process for a Rails app that I have. I would like to be able to get a progress status (similar to apache-upload-progress-module) for file uploads. I tried[详细]
2023-03-12 21:47 分类:问答