OK I got the solution.<div><br></div><div>CELERY_IGNORE_RESULT = True should do the trick for Celery 2.2. The problem with my configuration was that I was using CELERY_STORE_ERRORS_EVEN_IF_IGNORED = True which was negating the ignore result part.</div>
<div><br></div><div>Now, the extra queues are not being formed anymore.</div><div><br></div><div>Thanks. Just wanted to ask - is there any side-effects of this change of configuration which I should check?</div><div><br>
<div class="gmail_quote">
On Mon, Aug 22, 2011 at 7:15 PM, Siddharth Saha <span dir="ltr"><<a href="mailto:sidchilling@gmail.com">sidchilling@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Yes, I am using Celery2.2 and upgrading it is not the solution I'm looking for now. May be in the near future :)<div><br></div><div>But, I am already using CELERY_IGNORE_RESULT = True but that also it now solving the problem. I've been using this configuration already.<div>
<div></div><div class="h5"><br>
<br><div class="gmail_quote">On Mon, Aug 22, 2011 at 7:11 PM, Ask Solem <span dir="ltr"><<a href="mailto:ask@rabbitmq.com" target="_blank">ask@rabbitmq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><br>
On 22 Aug 2011, at 14:37, Siddharth Saha wrote:<br>
<br>
> From the doc, it seems the default option of CELERY_RESULT_BACKEND is disabled. And if you write -<br>
><br>
> CELERY_RESULT_BACKEND = "disabled"<br>
><br>
> in the celeryconfig.py file, then celery does not start with the error -<br>
> ValueError: Unknown result backend: 'disabled'. Did you spell it correctly? (Couldn't import 'disabled': Empty module name)<br>
><br>
> From the doc, I do not find the disabled option for CELERY_RESULT_BACKEND. The available options are -<br>
><br>
> • database<br>
> • cache<br>
> • mongodb<br>
> • redis<br>
> • tyrant<br>
> • amqp<br>
> And in my case, I am not setting this option at all, so it must be disabled by default. Is there anything else which I might be missing?<br>
><br>
<br>
</div>Please upgrade to 2.3, or set CELERY_IGNORE_RESULT=True.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div></div></div>-- <br><font color="#888888">-Siddharth Saha<br><br><br>
</font></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>-Siddharth Saha<br><br><br>
</div>