For scaling, GrowthBook's backend (API) and frontend are stateless. you can add as many as you want- the data store is mongo/documentdb.
fresh-football-47124
11/28/2024, 2:48 AM
You can probably scale to a huge volume by just putting a CDN infront of the SDK endpoint request
fresh-football-47124
11/28/2024, 2:49 AM
we de-dup the events on the SQL side, so its not a an issue to fire it multiple times (in terms of results). If there are efficiency reasons for blocking additional calls, you're welcome to add some state to see if events have been fired