Platform event limits #562
RaviVaranasi
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @RaviVaranasi - I need to better document how the different save methods work, the current documentation for the whole project is not as thorough as it should be. I'm working on improving the docs, but offhand, I think you have a few options on how to mitigate hitting your prod limit of daily platform events. Used Different Save Methods
Use Logging Levels To Manage How Much Logging Data Is Generated Per Profile Or User
Use Logger Scenarios To Manage How Much Logging Data Is Generated Per Scenario/Code Module
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thanks for developing this package. We had an incident in production due to the daily platform events delivered limit. Is there any document/technique to overcome this without hitting the platform events? To provide context, we are making API callouts to DataDog to store the logs, so we don't need the Log Entry objects on the SF side. We are purging the log entries every three days.
We want to configure this to a mechanism that scales with our needs. Are there any tradeoffs or performance benchmarks with the different
Save Method
configuration, i.e.,Event_Bus
vsQueueable
?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions