marsara9 / lemmy-search

An enhanced search engine just for Lemmy/Fediverse
https://www.search-lemmy.com
GNU Affero General Public License v3.0
81 stars 4 forks source link

Actix web server is hanging and/or crashing after some time. #18

Closed marsara9 closed 1 year ago

marsara9 commented 1 year ago

Still investigating but after some time the server just appears to hang for no reason. Internally everything keeps working but no requests are being processed.

marsara9 commented 1 year ago

Looks like this might be resolved with the latest push to develop. Looks like the Mutex I was using was getting perma-locked and wasn't allowing any further requests though, even if the endpoint didn't call for that data.