I wrote an extesnion to validate emails for customers when they are updated or created via retail. The issue I am having is running the code locally it works just fine no issues and calls out a third part API and return the json. However when it is deployed to perform it times out every time. and ill see the error in the LCS logs as:
Request handler (or trigger) has exceeded the configured execution threshold. with a bunch of the call stack but it doesnt mention my trigger extension. Any thoughts on what could cause this and how to fix it? Thank you!