You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/11 16:53:42 UTC

[GitHub] john-bodley commented on issue #4612: In the “SQL Lab”, the “Results” section shows “Pending” constantly

john-bodley commented on issue #4612: In the “SQL Lab”, the “Results” section shows “Pending” constantly
URL: https://github.com/apache/incubator-superset/issues/4612#issuecomment-380522122
 
 
   @myarnav I few things to check:
   1. Is your Redis service running?
   2. It seems that you haven't defined the [CeleryConfig](https://github.com/apache/incubator-superset/blob/master/superset/config.py#L268) object. The `BROKER_URL` and `CELERY_RESULT_BACKEND` should reference your Redis database, i.e., `redis://localhost:6379/1`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services