Thursday 27 April 2017

Node server retrying requests after ~2 minutes

Have a node/express server that is rerunning requests after ~2 minutes for end points that can take a while (hitting neo4j db and querying a large data set). And when it reruns, the original is still querying neo4j and it’s causing more queries to queue of.Can’t seem to find where this retry is coming from, only see one network request in the browser. Anyone run into this?

Submitted April 27, 2017 at 08:17PM by dMyab

No comments:

Post a Comment