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
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/
Laura
--
Hi,
I create a task that uses this function
def get_jobs(specialization, yoe):
try:
key = "SpecAlert-"
if len(specialization):
key += '-'.join(map(str, specialization))
if yoe is not None:
key += '-yoe'.join(yoe)
jobs = memcache_clien