keithsmith21/AzureFunctionHealth

Individual check timeouts are ignored

Opened this issue · 0 comments

If I add a check with a timeout configured, right now that timeout is ignored.

We should factor in that timeout the same way the .net Default health check service does here:
https://github.com/dotnet/aspnetcore/blob/ee6d623741948c6ca907f60bad06736229b7d5e3/src/HealthChecks/HealthChecks/src/DefaultHealthCheckService.cs#L99

Happy to submit a PR for this if you're open to that. Thanks for the great package!