Product event behaviour

Hello Team,

Good Day!

Can someone verify if the product event has a limit?

In my instance, there may be up to 200 ticket creations per minute. I want to know if the product event will be able to listen to all 200 tickets.

Hello @Anish

There are currently no limits to the number of events that can trigger a product event for an app within a given time duration. If your app tries to use other features of the platform when invoked, say Request Method, then those could be rate limited. Rate limits for any feature are captured in our documentation.

Thanks @satwik ,

It appears that the product event (onTicketCreation) is capable of handling all tickets created, even if 200 tickets are generated every minute.