You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/17 20:10:02 UTC

[GitHub] Mogball opened a new pull request #3478: Feature: option to disable dashboard refresh staggering

Mogball opened a new pull request #3478: Feature: option to disable dashboard refresh staggering
URL: https://github.com/apache/incubator-superset/pull/3478
 
 
   - Initial dashboard loading set a random delay (usually 0 to 5 seconds) on slice rendering
   - Triggering a dashboard refresh by changing filters or clicking "Refresh" did not do this
   
   Refreshing the dashboard now will either stagger or not stagger slice rendering, regardless of how it is triggered, and there is the option to disable this and set the stagger interval (in milliseconds) in the dashboard's JSON Metadata: `{ ...
       "stagger_refresh": false,
       "stagger_time": 15000
   }`
   
   Default value is true and 5 seconds. Staggering is also more deterministic.
 
----------------------------------------------------------------
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