Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: nonami Newsgroups: comp.lang.python Subject: Re: Problems using celery and pyelasticsearch Date: Thu, 10 Dec 2015 12:21:59 +0100 Lines: 11 Message-ID: References: <5664E2CB.9010104@gmail.com> <201512070150.tB71oP7W010189@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de dAFXK3iNUedn0VZlrOCn3g1ia5ixMDHWDQJVvl4CYbOw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'received:172.16.0': 0.09; 'subject:using': 0.09; 'url:blog': 0.10; 'received:74.125.82.44': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Problems': 0.16; 'url:caktusgroup': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'thanks.': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'header:User- Agent:1': 0.26; 'helpful': 0.27; 'idea': 0.28; 'inspect': 0.29; 'anyone': 0.32; 'help,': 0.32; 'message-id:@gmail.com': 0.34; 'running': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'subject:skip:p 10': 0.35; 'received:74.125.82': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'sure': 0.39; 'does': 0.39; 'further': 0.62; 'charset:windows-1252': 0.62; 'tasks.': 0.66; 'url:10': 0.79; 'url:2013': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=lbTIL8Wl7/KUorIGZ3dF8IByR/a7mBkj6IQ1lbjInjM=; b=eEAKorVOnCKpQpYq+sPtC26QsB0Oug19YRZy+wywArXVbnLf6N+zWKB78ivUYexzqO M0Y7AJX4yIn1qJBPOiwYrspZnWGGg3qUcYsDH8UvatYSKvFbEEaNF9ft5vdjEQlxhYyi krTaz5YMElxpkqHiNjgdU2qVI2QWfVVs5KPzmcdo8ZRwTlgcg0Mb1WDMEp2YEfsGgb/S OObl0nb3ES+5Hm12yeBi8hc0Gb6BmJIQ2WEFXQS5T8063tNlLRw/5OaTXnql3+PQ+0+Q ZTEqKTJ0TnmlAfj14sZaZeZd8AIR90M9PCUn/+12bdF39qhtxR/URioxhrhDKobp7/2u dtPA== X-Received: by 10.194.120.226 with SMTP id lf2mr12089148wjb.108.1449746523101; Thu, 10 Dec 2015 03:22:03 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-Reply-To: <201512070150.tB71oP7W010189@fido.openend.se> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100227 On 07/12/2015 02:50, Laura Creighton wrote: > In a message of Mon, 07 Dec 2015 02:37:15 +0100, nonami writes: > >> Does anyone have any idea what could be going on or how I can further >> inspect running tasks. > Not sure this will help, but it might ... > https://www.caktusgroup.com/blog/2013/10/30/using-strace-debug-stuck-celery-tasks/ This was really helpful Laura, thanks.