Hello, we consider using the self-hosted version of growthbook but we can not find any information if the docker container is capable of operation on multiple nodes when it will scale. Does anybody have information on that?
f
future-teacher-7046
11/11/2022, 3:30 PM
The GrowthBook container is stateless, so you can horizontally scale it behind a load balancer without issues.
m
many-kilobyte-13948
11/11/2022, 3:31 PM
and where is the state handled then?
f
future-teacher-7046
11/11/2022, 3:32 PM
In the MongoDB database
✅ 1
m
many-kilobyte-13948
11/11/2022, 3:33 PM
Okay because the docs state
In addition to the app itself, you will also need a MongoDB instance to store login credentials, cached experiment results, and metadata.
we thought this does not include feature toggles 🙂