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

2018-04-12 Thread GitBox
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-380958579
 
 
   @myarnav does this now work? If not could you include the full stack trace.


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


With regards,
Apache Git Services


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

2018-04-11 Thread GitBox
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:
us...@infra.apache.org


With regards,
Apache Git Services


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

2018-03-14 Thread GitBox
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-372924507
 
 
   Is your database configured in synchronous or asynchronous mode? If it’s the 
later the constant pending state often implies that there’s an issue with your 
Celery worker/broker configuration.


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


With regards,
Apache Git Services