1.0.1 • Published 5 years ago

ramp-api-cron v1.0.1

Weekly downloads
8
License
PROPRIETARY
Repository
-
Last release
5 years ago

Ramp api cron job runner

Install

npm install ramp-api-cron

Usage

Run with range argument

node_modules/.bin/ramp-api-cron script.js -r "* * * * * *"

Cron ranges http://crontab.org/

Or with env variable

CRON_RANGE="* * * * * *" && node_modules/.bin/ramp-api-cron script.js

Script example

module.exports = function(app) {
  const models = app.models;
  const datasources = app.dataSources;
  // ...
}
1.0.1

5 years ago

1.0.0

5 years ago