Tiendil / brigid

A simple blog engine, but not simpler than it should be. Markdown with custom extensions for better control and render content.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

The process periodically hangs up and uses 100% CPU #88

Open Tiendil opened 1 month ago

Tiendil commented 1 month ago

It looks like it is because of bugs in Starlette:

I wait till they are fixed.

An alternative approach will be to rewrite middleware to not use BaseHTTPMiddleware, but (for now) I prefer to wait instead of complicating the code.