Tell me more ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

Was going through the streaming Streaming API governor limit it is 10K events. How this is calculated? Is this is the number of events that the platform generates?

Well to verify this created a vf page and recorded all the events for all the push topics. But somehow the usage and event recorded is not matching. I am observing 80+ usage for every event recorded by vf page.

Any idea how they are calculated?

share|improve this question

1 Answer

Yes, it is the number of events that the server creates based on the PushTopic(s) that you define on the platform.

In the Streaming API, an event is defined as:

Event: Either the creation of a record or the update of a record. Each event may trigger a notification.

The governor limit is currently 1,000 for free organizations; 10,000 for all other organizations.

For more information on the streaming API, I recommend checking out the Force.com Streaming API Developer Guide.

share|improve this answer
@Avidev9 Hi, we have the same problem, we are updating only one record, and the API events increase about 90, or 80. Could you fix it or know why it is happening it? thanks – Sergio Jan 30 at 13:42
@Sergio we are still fighting with this. I am facing the exactly same issue. With every event usage increases by 80-90 – Avidev9 May 4 at 16:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.