This message was deleted.
# ask-questions
w
This message was deleted.
f
For scaling, GrowthBook's backend (API) and frontend are stateless. you can add as many as you want- the data store is mongo/documentdb.
You can probably scale to a huge volume by just putting a CDN infront of the SDK endpoint request
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
110 Views