Hello, could anyone give me more info on how are C...
# ask-questions
d
Hello, could anyone give me more info on how are CDN global request monthly usage calculated in a streaming enabled scenario? Besides the intial api request does every event message received via the SSE call count toward the threshold or does only the SSE call itself count? Thanks.
f
Hi @delightful-microphone-99829 👋 With streaming enabled, the initial feature payload fetch and opening the SSE connection each count as requests. Individual update messages delivered over that open connection don't count as separate requests, although any reconnection creates a new request and the transferred data contributes to CDN bandwidth usage
d
thanks for the explanation @flaky-noon-11399