1.0.21 • Published 4 years ago

@johnbraum/parse-server-scheduler v1.0.21

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Rolled your own parse-server, and realized scheduled jobs don't work out of the box?

Usage

run npm install parse-server-scheduler in your cloud/index.js or app.js simply include:

require('parse-server-scheduler')(Parse)

Voila! Profit!

Why

npm.io

Parse exposes scheduled jobs as HTTP endpoints, which is great and a disappointment at the same time :) This empowers your server with an internal scheduler using the cron and moment npm-packages.