Hi, we've recently implemented the max_travel_time parameter with Vroom 1.13.0, and we've noticed that for 1 vehicle in a request this max travel time parameter is ignored. We pass in 7200 as the max travel time value and the response has the duration for the route as 10957. The request to replicate this is very large, so the snippet for the vehicle in this request is : { "max_tasks": 5, "end": [ -4.557433, 55.956531 ], "id": 18, "skills": [ 3, 4, 1, 2, 0, 5, 6, 7, 8, 9, 10, 11 ], "start": [ -4.557433, 55.956531 ], "time_window": [ 27900, 62100 ], "breaks": [], "max_travel_time": 7200 }
Let me know if you would like the whole request for replication purposes.
Hi, we've recently implemented the
max_travel_timeparameter with Vroom 1.13.0, and we've noticed that for 1 vehicle in a request this max travel time parameter is ignored. We pass in7200as the max travel time value and the response has the duration for the route as10957. The request to replicate this is very large, so the snippet for the vehicle in this request is :{ "max_tasks": 5, "end": [ -4.557433, 55.956531 ], "id": 18, "skills": [ 3, 4, 1, 2, 0, 5, 6, 7, 8, 9, 10, 11 ], "start": [ -4.557433, 55.956531 ], "time_window": [ 27900, 62100 ], "breaks": [], "max_travel_time": 7200 }Let me know if you would like the whole request for replication purposes.