we are creating vehicle maintenance skill.
we have thousands of vehicles.
we used endpoint type is: https in alexa skill.
this skill get data from our web api.
web api processing the data from database so.. web api takes approx 24 seconds to processing data.
and alexa skill not wait for 24 seconds.
and we get error like:
The requested application took too long to respond
Vehicle Maintenance
Applications must respond within 10 seconds of the request being sent
so what we have to do so alexa skill can wait until web api to response.
Thank You