> CELERY_RESULT_BACKEND = "database"
> CELERY_RESULT_DBURI = 
> "postgresql://"+get_env_setting('DB_USER')+":"+get_env_setting('DB_PASSWD')+"@localhost/"+get_env_setting('DB_NAME')
>  

> Now I tried to run it with this manage.py command
> 
> python manage.py celery worker --app=project.settings.production
> 
> It's starting up succesfully but I'm seeing several KeyErrors that celery 
> received an unregistered task. I tried inserting the solutions I found when I 
> researched. For example, adding a setting CELERY_IMPORTS hasn't solved it. 
> Restarting celery also didn't help. Any idea why this could be happening?
> 

What happens if you don't set CELERY_RESULT_DBURI and CELERY_RESULT_BACKEND ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to