SolveVehicleRoutingProblem Down?

197
0
11-17-2020 08:51 AM
JRaines
New Contributor

is the SolveVehicleRoutingProblem Rest API down?


I can submit a request using the synchronous REST API call (EditVehicleRoutingProblem/execute) and get results within a few seconds. 

If I call the asynchronous method(SolveVehicleRoutingProblem/submitJob) with the exact same parameters, I never get a completed response after checking for hours on the status (SolveVehicleRoutingProblem/jobs/<j36a355c919ae4c89970130438e3a87ee>)

all I've ever managed to get back was

{
    "jobId""<j36a355c919ae4c89970130438e3a87ee>",
    "jobStatus""esriJobWaiting"
}

 

0 Kudos
0 Replies