Particle Webhook Data Rate Limit

Hey All,

I have a few Electrons which publishes the data every 10 minutes. All this data is being forwarded to the AWS with a single webhook. I am a little confused about what should be the minimum send interval. I know that each electron can send data every second.

Example:
If 100 Electrons send data every 1 second, the webhook will be triggered 100 times every second.

Questions:

  1. What is the limit for receiving data in the particle cloud?
  2. Will particle cloud adds any delay between consecutive data points?

Thank you.