Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMaintenanceStatus

To set maintenance status from redis-cli: set maintenance_status "{ \"isMaintenance\": true, \"reason\": \"We are currently performing maintenance on our Ethereum nodes. Service will return as soon as possible.\" }"

or to turn off

set maintenance_status "{ \"isMaintenance\": false }" Current status of app

Hierarchy

  • IMaintenanceStatus

Index

Properties

Properties

isMaintenance

isMaintenance: boolean

Optional reason

reason: undefined | string

Generated using TypeDoc