You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.