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: https://developer.tomtom.com/routing-api/documentation/product-information/faq",5 "code": "COMPUTE_TIME_LIMIT_EXCEEDED"6 }7}
The Matrix Routing v2 API (see the Matrix Routing v2 API documentation) returns the following cell processing error:
1{2 "originIndex": 0,3 "destinationIndex": 0,4 "detailedError": {5 "code": "CELL_PROCESSING_ERROR",6 "message": "Cell could not be processed",7 "innerError": {8 "code": "NO_ROUTE_FOUND",9 "message": "Engine error while executing route request: STOPPED: The request exceeded the internal compute time limit and was canceled. For more information, go to: https://developer.tomtom.com/routing-api/documentation/product-information/faq"10 }11 }12},
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
avoid
options, in particular,motorways
,tollRoads
, andferries
routeType
optionsthrilling
,shortest
, andshort
travelMode
optionspedestrian
andbicycle
vehicleMaxSpeed
less than 60
Calculate Route:
- long distance between route planning locations
maxAlternatives
greater than 0
Calculate Reachable Range:
- large
timeBudgetInSec
ordistanceBudgetInMeters
- overly efficient vehicle models with a large ratio between
fuelBudgetInLiters
orenergyBudgetInkWh
and the respective consumption per distance