Re: [OSRM-talk] Table request still running even though requesting server has already timed-out the request

2020-07-06 Thread Daniel Patterson via OSRM-talk
No - OSRM doesn't have any code to interrupt a thread that's working on a calculation. We'd need to add code that periodically checks if it should cancel a long-running algorithm. daniel On Mon, Jul 6, 2020 at 9:50 AM ryan.bis...@etruckbiz.com < ryan.bis...@etruckbiz.com> wrote: > So I have a

[OSRM-talk] Table request still running even though requesting server has already timed-out the request

2020-07-06 Thread ryan.bis...@etruckbiz.com
So I have a server that request a table of 100+ locations this can take a bit of time so when the server gets overloaded it times out on waiting for the response, but as far as I’m aware that doesn’t stop the table from continuing to process or from being removed from the queue. Is there a way I