Re: django, celery and rabbitmq. Task gets added twice

2011-10-24 Thread tom
problem has been solved. Actually, the post_save signal was issued twice. This page helped me: https://code.djangoproject.com/wiki/Signals#Helppost_saveseemstobeemittedtwiceforeachsave -- You received this message because you are subscribed to the Google Groups "Django users" group. To view th

django, celery and rabbitmq. Task gets added twice

2011-10-22 Thread tom
Hello, I am using django 1.3, together with djcelery 2.3.3 and rabbitmq. When I create a task via one specific post_save signal, the get_basecamp_account.delay() task gets added twice to the queue. I have checked, the post save signal got only called once. The signal is executed once, t