forked from lloyd/node-toobusy
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I tried executing this mock route
//TEST if this works
//Create this route and execute it.
router.get('/mock', function(req,res){
// processing the request requires some work!
var i = 0;
while (i < 1e5) i++;
res.send("I counted to " + i);
});
but documented setup, but i never get toobusy() to be true. I tried opening in multiple tables and requesting same or different routes. The process ID simply breaks.
How to confirm if this works in development?
Metadata
Metadata
Assignees
Labels
No labels