UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

7 lines 239 B
import { WorkerError } from './worker-error.js'; export class WorkerAlreadyRunningError extends WorkerError { constructor() { super(`Worker is going/already up`); } } //# sourceMappingURL=worker-already-running.error.js.map