Type alias IdleHeartbeat

IdleHeartbeat: {
    idle_heartbeat?: number;
}

Type declaration

  • Optional idle_heartbeat?: number

    Number of milliseconds to wait for a server heartbeat when not actively receiving messages. When two or more heartbeats are missed in a row, the consumer will emit a notification. Note this value shouldn't be set by the user, as the default provides the proper behavior. A low value will stress the server.

Generated using TypeDoc