You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/24 18:40:01 UTC

[GitHub] [incubator-superset] ktmud commented on issue #10139: Speed up presto queries!

ktmud commented on issue #10139:
URL: https://github.com/apache/incubator-superset/issues/10139#issuecomment-648996697


   Can probably adjust the polling interval according to number of retries, i.e., longer interval if waited longer.
   
   ```
   time.sleep(min(0.2 + 0.5 * num_retries, 5))
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org