portier / portier-broker

Portier Broker reference implementation, written in Rust
http://portier.github.io/
Apache License 2.0
555 stars 17 forks source link

Configurable timeouts, background discovery #880

Closed stephank closed 4 months ago

stephank commented 5 months ago

This brings back background discovery, so that even if we hit the timeout, we can continue the HTTP requests and warm cache, in case the user performs another login later.

This also makes all of the timeouts configurable, and specifically adds timeouts to the HTTP client. It looks like there was no timeout by default, or maybe cancelling the future was an issue, but we were seeing "2 minute" response times for some webfinger requests, presumably some OS timeout.