SamanNsr / RedCron

Distributed cronjob for node.js implemented with redlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedCron

Distributed node.js cronjob with redlock algorithm

Installation

Run below script and copy the file into yur project

npm i lodash node-cron cron-parser redlock winston

How to use

const RedCron = require('./RedCron');

const redCron = new RedCron(redisClient);

redCron.addJob(job, interval, jobName);

About

Distributed cronjob for node.js implemented with redlock

License:MIT License


Languages

Language:JavaScript 100.0%