Examples for Bach Session Status Metadata

From SessionStatusMetadata.yaml (bach/SessionStatusMetadata.schema)

---
db:
  healthy: false
  started: true
  died: false

redis:
  started: true
  died: false

service1:
  started: true
  died: true
  exitCode: 128

---
foo:
  started: false
  died: false


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]