【问题标题】:Does Cadence Service provide any health check API endpointCadence Service 是否提供任何健康检查 API 端点
【发布时间】:2020-06-23 16:51:18
【问题描述】:

Cadence 服务是否提供任何健康检查 API 端点来监控和确保其可用性。

【问题讨论】:

    标签: cadence-workflow temporal-workflow


    【解决方案1】:

    对于 K8 部署,我看到了:

              livenessProbe:
                initialDelaySeconds: 150
                tcpSocket:
                  port: rpc
              readinessProbe:
                initialDelaySeconds: 10
                tcpSocket:
                  port: rpc
    

    但这不是http

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-05-19
      • 1970-01-01
      • 1970-01-01
      • 2012-09-07
      • 1970-01-01
      • 2020-05-29
      • 1970-01-01
      • 2021-09-05
      相关资源
      最近更新 更多