dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
987 stars 715 forks source link

`/outbound` path for health checks #4043

Closed hhunter-ms closed 4 months ago

hhunter-ms commented 4 months ago

Description

Issue reference

PR will close: #3704

msfussell commented 4 months ago

Also need to update https://docs.dapr.io/reference/environment/ to add DAPR_HEALTH_TIMEOUT The default timeout is 60 seconds, but it can be overridden by setting theDAPR_HEALTH_TIMEOUT` Used by SDK to set the time on the Wait for Sidecar availability See https://github.com/dapr/python-sdk/pull/670/files

Also fix spelling mistake On client initialisation, a health check is performed against the Dapr sidecar (/healthz/outboud) for outbound