timifasubaa commented on issue #4833: [sqllab] Help sqllab forget query history
URL: 
https://github.com/apache/incubator-superset/pull/4833#issuecomment-385761026
 
 
   PING
   
   Quick update on the state of the logic. 
   What is really happening is that the frontend ceases to poll for queries 
older than 6 hours old. 
   This is because on polls, it checks for all queries by that user whose state 
has changed after the last updated time. Meaning if a query is on pending for a 
very long time (> 6hours) and another query that's running at the same time 
changes state. We will no longer poll and also no longer receive any more 
updates. 
   
   Is this backend code worth having? Especially since it may trick people into 
believing we actually timeout the queries when the query will most likely not 
be updated to timeout. 

----------------------------------------------------------------
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

Reply via email to