ramp-api-cron

1.0.1 • Public • Published

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;
  // ...
}

/ramp-api-cron/

    Package Sidebar

    Install

    npm i ramp-api-cron

    Weekly Downloads

    0

    Version

    1.0.1

    License

    PROPRIETARY

    Unpacked Size

    801 B

    Total Files

    2

    Last publish

    Collaborators

    • trifinlabs