bridgy-fed icon indicating copy to clipboard operation
bridgy-fed copied to clipboard

Router request timeout

Open snarfed opened this issue 8 months ago • 1 comments

I'd like to set a request timeout to limit starvation from runaway requests, particularly for the receive queue on the router service, which is serialized to one task as a time. I can't find an easy way or place to set a timeout though.

Maybe one problem is that there's (evidently) no clean way to kill a Python thread, especially such that the gthread thread poll will gracefully detect it and replace it with a new thread? Not sure.

snarfed avatar May 28 '24 04:05 snarfed