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/15 05:25:30 UTC

[GitHub] mistercrunch commented on issue #3448: High availability configuration documentation

mistercrunch commented on issue #3448: High availability configuration documentation
URL: https://github.com/apache/incubator-superset/issues/3448#issuecomment-329684834
 
 
   You can start as many web servers and Celery workers as you'd like. It's all stateless so it just works.
   
   At Airbnb we run it as 2 namespaces in Kubernetes, one for the web servers and one for the workers so that we can scale them independently.
   
   From my experience different companies have very different (but similar) ways to run their services (chef, puppet, ansible, kubernetes, docker swarm, ...) so it's hard to generalize anything.
   
   We should make it clear in the docs that you can just start as many instances as needed.
 
----------------------------------------------------------------
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