Forked from LcpMarvel/parse-server-jobs-scheduler
- It's better to use cron jobs instead of using this library.
- You have to handle any concurrency issues. This plugin is run by Parse Server's workers if cluster is true.
- This library REQUIRES Parse cloud code to be set up and functional.
- Parse must be initialized before creating the scheduler.
$ npm install parse-server-job-scheduler --save
try {
var scheduler = require('parse-server-job-scheduler');
scheduler();
} catch (err) {
console.error("Error: " + err);
console.error("Failed to set up job scheduling!");
}
Please read the LICENSE.
This library is NOT fully tested and is NOT guaranteed to work well, or at all. I am not responsible for anything resulting from the use, or misuse, of this library.
Github issues and pull requests are welcome.
Please email any questions or concerns to the author of this package, or open a discussion.