Node Cron Node Cron Versions Save

A simple cron-like job scheduler for Node.js

v3.0.0

3 years ago

v2.0.0

5 years ago

New Features:

  • Added timezone support using tz-offset;
  • Provide a function getStatus to retrive the task current status;
  • Allows task functions to return a promise, node-cron hanldes that;

Depreciation:

  • ImmediateStart: ImmediateStart is removed, and replaced by an options param. The same behavior is allowed by the option scheduled;