Hi there, I have one website using celery just fine but now when I try with a second website it's tasks don't seem to do anything. In my celeryd conf under /etc/default I've set some lines like this:
# Name of nodes to start, here we have a single node CELERYD_NODES="w1" # or we could have three nodes: #CELERYD_NODES="w1 w2 w3" # Where to chdir at start. CELERYD_CHDIR="/development/django-projects/myproject1.com/www" When I change CELERYD_CHDIR to "/development/django-projects/ myproject2.com/www" then celery works for that project. So my question is how can I setup multiple sites to use celery? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.