From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Status: No, score=-1.4 required=3.0 tests=AWL,BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BA22063380C for ; Thu, 4 Dec 2014 21:16:38 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id va2so3520273obc.10 for ; Thu, 04 Dec 2014 13:16:37 -0800 (PST) X-Received: by 10.182.33.138 with SMTP id r10mr8145826obi.67.1417727797835; Thu, 04 Dec 2014 13:16:37 -0800 (PST) MIME-Version: 1.0 Sender: brauliobo@gmail.com Received: by 10.202.85.68 with HTTP; Thu, 4 Dec 2014 13:15:57 -0800 (PST) From: =?UTF-8?Q?Br=C3=A1ulio_Bhavamitra?= Date: Thu, 4 Dec 2014 18:15:57 -0300 X-Google-Sender-Auth: JYlhuw2j_qaQSLgZjhmde1g64rU Message-ID: Subject: Show request details on timeout killing To: unicorn-public Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Hello all, Currently, unicorn kills a worker that reached timeout with the following message: E, [2014-12-04T19:12:23.646053 #32612] ERROR -- : worker=3D4 PID:11911 timeout (61s > 60s), killing How can I see which URL was being processed by that worker? I need to identify the problematic request. cheers, br=C3=A1ulio