jnishiyama commented on issue #6291: Cannot connect to amqp://guest:**@127.0.0.1:5672 URL: https://github.com/apache/incubator-superset/issues/6291#issuecomment-436888308 Not sure how you mean by "Redis would be better supported", but the Docker build does set up a Redis instance as the Celery broker. The issue is that for whatever reason, when docker-init.sh is run, the config might not get values overridden by the `superset_config.py` file which leaves CELERY_CONFIG as None and defaults the Celery broker to `amqp://guest:**@127.0.0.1:5672`. Would love to help with the Docker build, but I'm new to the repo, and it would seem as though there are a bunch of improvements to the Docker build in a PR already!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
