UNPKG

redis-smq-common

Version:

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

5 lines 248 B
import { FileLockError } from './file-lock.error.js'; export declare class FileLockAttemptsExhaustedError extends FileLockError { constructor(lockFile: string, retries: number); } //# sourceMappingURL=file-lock-attempts-exhausted.error.d.ts.map