Celery error: [Errno 111] Connection refused #31931
-
I am trying to setup email alerts & reporting in Superset. There is a similar error on
Extracts from
@dosu, any help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
To resolve the
By following these steps, you should be able to resolve the connection issue with Redis and get Celery running for email alerts and reporting in Superset [1][2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
I made it to work. What helped:
/superset/__init__.py
(see acelery
issue)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.