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">&lt;<a href="mailto:sidchilling@gmail.com">sidchilling@gmail.com</a>&gt;</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&#39;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&#39;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">&lt;<a href="mailto:ask@rabbitmq.com" target="_blank">ask@rabbitmq.com</a>&gt;</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>
&gt; From the doc, it seems the default option of CELERY_RESULT_BACKEND is disabled. And if you write -<br>
&gt;<br>
&gt; �CELERY_RESULT_BACKEND = &quot;disabled&quot;<br>
&gt;<br>
&gt; in the celeryconfig.py file, then celery does not start with the error -<br>
&gt; ValueError: Unknown result backend: &#39;disabled&#39;. �Did you spell it correctly? �(Couldn&#39;t import &#39;disabled&#39;: Empty module name)<br>
&gt;<br>
&gt; From the doc, I do not find the disabled option for CELERY_RESULT_BACKEND. The available options are -<br>
&gt;<br>
&gt; � � � � database<br>
&gt; � � � � cache<br>
&gt; � � � � mongodb<br>
&gt; � � � � redis<br>
&gt; � � � � tyrant<br>
&gt; � � � � amqp<br>
&gt; 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>
&gt;<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>