Skip to content

Celery error: [Errno 111] Connection refused #31931

Answered by ampil
ampil asked this question in Q&A / Help
Discussion options

You must be logged in to vote

I made it to work. What helped:

  • migrating Superset's db from SQLite to PostgreSQL (that's a must according to the docs)
  • adding new lines to the file /superset/__init__.py (see a celery issue)
from celery import app as celery_app
__all__ = ['celery_app']

After these steps, celery is functioning properly.
However, when I run celery inspect ping it still returns the same error but celery continues to work.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ampil
Comment options

@dosubot
Comment options

@ampil
Comment options

Answer selected by ampil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant