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/08/09 21:47:09 UTC

[GitHub] saguziel opened a new pull request #3267: Use sane Celery defaults to prevent tasks from being delayed

saguziel opened a new pull request #3267: Use sane Celery defaults to prevent tasks from being delayed
URL: https://github.com/apache/incubator-superset/pull/3267
 
 
   @mistercrunch 
   
   Using these three settings (of which two are provided in the config to show it's recommended), will make Celery scheduling "fair", which reduces latency which is what is wanted when we have long running tasks (note that the defaults prioritize throughput in the case with high volumes of short-running tasks)
 
----------------------------------------------------------------
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