> This turned out be caused by a periodic (10/hour) function in our code. The main purpose of this was to refresh our route handlers from an external source. This was implemented by deleting old handlers and adding new ones to the array. Unfortunately, it was also inadvertently adding a static route handler with the same path each time it ran.
I don't understand the need of refreshing route handlers. Could someone explain they needed to do this, and also why from an external source?
I also "cloned" a well known python article extraction library (goose) on Github with my own api & new functionality and my repo ended up doing super well (even better than the original).
I don't understand the need of refreshing route handlers. Could someone explain they needed to do this, and also why from an external source?