Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

atomic-scheduler

ghostmonitor20ISC0.3.0

Atomic scheduler

readme

Atomic scheduler

Schedule lib for folks who takes it seriously :)

Requirements

Redis >= 2.8.0 with keyspace notification enabled (http://redis.io/topics/notifications)

TL;DR: redis-cli config set notify-keyspace-events KEA

Features

  • Atomic - handlers only called once
  • Works after restarting an istance

Usage

Please take a look at example.js

Todo

  • Docs
  • Handle orphaned keys
  • Redis cluster support

More doc coming soon