A standalone node.js based command line tool to run scheduled jobs.
npm install -g parse-server-job-runner
PARSE_APPLICATION_ID=appId PARSE_MASTER_KEY=masterKey PARSE_SERVER_URL=http://my.parse-server.com/1 npm start
docker build .
docker run -e PARSE_APPLICATION_ID=appId PARSE_MASTER_KEY=masterKey PARSE_SERVER_URL=http://my.parse-server.com/1 <image-id>