Service requests and approvals taking long time (more than 20 seconds) to executeIssue When a Service Request requiring approval is created or updated, the transaction time would lag for over twenty seconds before proceeding. Eventually the Service Request would be successfully created or updated.ReleaseAll releases.CauseCustom Business Rule on table sys_approver table executed several times and generated 100K+ custom events designed to send email reminders to approvers. The transaction would wait until the events were generated and added to the event queue before proceeding. The custom events could be seen added in the event queue and processed by event process 0.ResolutionThe conditions for when to run the custom business rule was modified to prevent the large number of events from being generated.