Hi guys,
Here is a challenge for you! This is the scenario: The request from the user comes to our server, verify the authenticity and then sends it to the particle cloud. If the device is offline, we want to save the request details on the server. When the device is online we can call the send the request again.
I am planning to execute the event once the device publishes online status. The issue is if the device sends online continuously, the event executer is called that much time! We are expecting thousands of devices online within a timeframe. Is there any better way to handle this case?