method MemoryQueue.prototype.isHealthy
Since 0.1.0
MemoryQueue.prototype.isHealthy(): Promise<boolean>

M70c: an in-memory queue has no backend to be unreachable, so it is always reachable (M47).

Return Type

Promise<boolean>

true

Usage

import { MemoryQueue } from "queue-plugin/src/index.ts";