@microfleet/plugin-dlock
v4.0.1
Published
Wrapper for [Distributed callback queue](https://github.com/AVVS/distributed-callback-queue).
Downloads
267
Readme
Microfleet DLock Plugin
Wrapper for Distributed callback queue.
Install
yarn add @microfleet/plugin-dlock
Configuration
To make use of the plugin adjust microfleet configuration in the following way:
exports.plugins = [
...,
'redisCluster', // or 'redisSentinel'
'dlock',
...
]
exports.dlock = {
// pubsubChannel: string;
// lock?: {
// timeout?: number;
// retries?: number;
// delay?: number;
// };
// lockPrefix: string;
}
Interface
Microfleet DLock Plugin extends service interface with the following methods:
service.dlock: type of 'dlock'
Initialized instance. Look at the docs here - https://github.com/AVVS/distributed-callback-queue