ethanjweiner / visualize-the-web

A geographic visualizer of HTTP requests across long distances, built with Python and Flask
2 stars 1 forks source link

Implement a timeout for routing requests #89

Open ethanjweiner opened 3 years ago

ethanjweiner commented 3 years ago

Task Title

Task: Implement a timeout for routing requests

Task Description

This Task will...

This eliminates the hassle of trying to perform timeouts within the requests themselves, which are unexecuted if the code gets "stuck" or sent into some undetected loop.

Epic Parent

Feature: Awesome Feature Title