valeriansaliou / django-gitlab-logging

:wine_glass: A logging handler for Django that opens GitLab issues on server error.
MIT License
13 stars 7 forks source link

How do I get this to use my celery worker ? It's saying Connection Refused. #5

Open jfrux opened 7 years ago

jfrux commented 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.

Any tips?