Skip to content

How to test in development phase? #20

Description

@cookie-ag

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions