[SalesForce] Is platform event limits considered for every 24 hours or hourly

I am bit confused on the period considered for event limits. As per the doc the 250K limit(Unlimited) is for 24 hr rolling period

enter image description here

But when i see check the object that gives the limits for the events its called "HourlyPublishedPlatformEvents" and i get the correct result from query it from Rest API as below

enter image description here

The documentation around this object says "High-volume platform event notifications published per hour" and lists them as 250K, i see this counter is getting refreshed every hour.

So is the limit of 250K events applied to a 24 hr window or a hourly window, seem to be hourly but the documentation says its a daily limit. Is that correct?

Best Answer

The daily limit is the number of events which can be delivered externally (off platform). The hourly limit is the number of events you can publish regardless of subscribers.

Related Topic