Configure health check endpoint
Examples
if (interactive()) {
# Use custom health check path
payload_health_config(enabled = TRUE, path = "/api/health")
# Disable health checks
payload_health_config(enabled = FALSE)
}
Configure health check endpoint
if (interactive()) {
# Use custom health check path
payload_health_config(enabled = TRUE, path = "/api/health")
# Disable health checks
payload_health_config(enabled = FALSE)
}