From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6300220281; Tue, 23 May 2017 20:40:43 +0000 (UTC) Date: Tue, 23 May 2017 20:40:43 +0000 From: Eric Wong To: Aakash Gupta Cc: unicorn-public@bogomips.org Subject: Re: Master Process Reaping Worker with No message Message-ID: <20170523204043.GC9543@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: Aakash Gupta wrote: > So, thanks a lot Eric :)  No problem! Thanks for following up after finding the solution. > I was finally able to solve this error because of the > direction and hint that you gave me. But the only thing that I > need to find is that what is causing uploaded files to persist > in /tmp directory.    Perhaps the Rack::TempfileReaper middleware in rack 1.6+ can help, unicorn has had support for it since 4.9+.