Re: Please move to github

2014-08-04 Thread Hongli Lai
On Sat, Aug 2, 2014 at 9:33 PM, Michael Fischer mfisc...@zendesk.com wrote: On Sat, Aug 2, 2014 at 12:07 PM, Gary Grossman gary.gross...@gmail.com wrote: This might be one of those instances where it would be helpful for implementation to lead specification. Unicorn is one of the leading

Weird Unicorn Timeout Issues (Hibernation problem?)

2014-08-04 Thread Tony Devlin
Current Setup: (the problem existed before updating nginx, unicorn and rails; but in an attempt to solve the problem I updated them). CentOS 6.3 (x64) Ruby 2.1.2p95 Rails 4.0.0 Nginx 1.6.0 Unicorn 4.8.3 We have an issue where if a site is not accessed for around (average) 30 minutes the

Re: Weird Unicorn Timeout Issues (Hibernation problem?)

2014-08-04 Thread Kapil Israni
I unsubscribed from this list few days back, still getting emails? On Mon, Aug 4, 2014 at 11:39 AM, Eric Wong e...@80x24.org wrote: Tony Devlin tonydev...@gmail.com wrote: We have an issue where if a site is not accessed for around (average) 30 minutes the next query will timeout, and it

Re: Weird Unicorn Timeout Issues (Hibernation problem?)

2014-08-04 Thread Tony Devlin
Eric, Thank you for responding. We use a database on only one of the apps, it is a Oracle 11G RAC Server. I'll get the DBA to double check the idle timeout for that DB. Though the other app does not use a database. On Mon, Aug 4, 2014 at 2:39 PM, Eric Wong e...@80x24.org wrote: Tony Devlin

Re: Weird Unicorn Timeout Issues (Hibernation problem?)

2014-08-04 Thread Eric Wong
Kapil Israni kapil.isr...@gmail.com wrote: I unsubscribed from this list few days back, still getting emails? *checking logs* You sent the unsubscribe request, but never responded to the confirmation email. If you lost the confirmation email, you can resend the unsubscribe request again and

Re: Weird Unicorn Timeout Issues (Hibernation problem?)

2014-08-04 Thread Michael Fischer
On Mon, Aug 4, 2014 at 12:45 PM, Eric Wong e...@80x24.org wrote: [1] Perhaps persistent connections will be an option in the future if the support/documentation overhead is worth it, as nginx supports persistent connections to backends nowadays. I don't believe the added complexity is