02-07-2022 19:15
02-07-2022 19:15
Subscription function: If I have 100,000 fitbit users updating data at the same time, will 100,000 notifications be sent to my server at the same time?
02-08-2022 09:45
02-08-2022 09:45
Hi @yangjian
You will receive a notification for each user and each data type when we detect new data is available. However, we will try to aggregate the notifications together. We do recommend that the notifications be sent to a queue and then process these notifications based on the resource of your systems. I've seen some company spread out the notifications to different subscribers to help with load balancing.
Gordon