FAQ
Frequently Asked Questions
What does 'Engine error while executing route request: STOPPED' mean?
Requests in the Routing API are forcefully canceled once they exceed an internal compute time limit (currently around 30 seconds) in order to avoid resource starvation scenarios.
In this case, the Routing API returns the following error response:
1{2 "formatVersion": "0.0.12",3 "detailedError": {4 "message": "Engine error while executing route request: STOPPED: The request exceeded the internal compute time limit and was canceled. For more information, go to: /routing-api/documentation/product-information/faq",5 "code": "COMPUTE_TIME_LIMIT_EXCEEDED"6 }7}
A request was canceled, or the response time is long. How can I reduce the response time?
The length of the resulting route for a route calculation, and respectively the resulting area for a reachable range calculation have the largest direct impact on the time it takes to compute them.
In addition most routing / range options have some impact on compute time.
The default options produce fast responses. Using non-default options typically increases the response time.
The following options have a big impact on the response time:
Common Routing Parameters:
- any
avoidoptions, in particular,motorways,tollRoads, andferries routeTypeoptionsthrillingandshortvehicleMaxSpeedless than 60
Calculate Route:
- long distance between route planning locations
maxAlternativesgreater than 0
Calculate Reachable Range:
- large
timeBudgetInSecordistanceBudgetInMeters - overly efficient vehicle models with a large ratio between
energyBudgetInkWhand the respective consumption per distance