Re: KeyboardInterrupt on production

2014-09-06 Thread Rok Jaklič
Thanks for explanation. On Friday, September 5, 2014 7:33:07 PM UTC+2, François Schiettecatte wrote: > > What is probably happening lower down in the stack that the browser is > closing a connection to the server before all the content is sent back > causing a broken pipe error which is being r

Re: KeyboardInterrupt on production

2014-09-05 Thread François Schiettecatte
What is probably happening lower down in the stack that the browser is closing a connection to the server before all the content is sent back causing a broken pipe error which is being reported as a KeyboardInterrupt exception by django. Cheers François On Sep 5, 2014, at 4:03 AM, Rok Jaklič

Re: KeyboardInterrupt on production

2014-09-05 Thread Collin Anderson
Usually KeyboardInterrupt comes from ctrl+c being pressed in the terminal, if that helps. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr.

KeyboardInterrupt on production

2014-09-05 Thread Rok Jaklič
Hi, on our production environment we get random KeyboardInterrupt exceptions being thrown (Bad gateway in browser), but we do not know where to even start to look. We went through our raised exceptions but everything seems to be ok there... Usually we get this if we click on links fast on page