Jira Cloud Lifecycle Timeout

Hi,

I’m working on a Connect app and need to perform some processing after the app is installed. I initially used the installed lifecycle event for this, but encountered a timeout error during installation with the message:
The app host did not respond when we tried to contact it at "https://xyz.ngrok-free.app/installed/" during installation (the attempt timed out). Please try again later or contact the app vendor.
Since this approach was failing, I switched to using the enabled lifecycle event, which works fine. I would like to know if there is a time limit for the enabled event.

Thanks!