Open jfrux opened 7 years ago
I pulled the code down and installed it locally and when I add the name of the app that has my celery.py in it like from my_app.celery import task it works, but if I use the default from celery import task it says Connection Refused.
from my_app.celery import task
from celery import task
Any tips?
I pulled the code down and installed it locally and when I add the name of the app that has my celery.py in it like
from my_app.celery import task
it works, but if I use the defaultfrom celery import task
it says Connection Refused.Any tips?