0.0.2 • Published 6 years ago

@datagica/datanote-api-job-runner v0.0.2

Weekly downloads
1
License
GPLv3
Repository
-
Last release
6 years ago

Datanote API job runner

The job runner is an independent server without public API, which connects using websockets to the job balancer API to get jobs (requests) to execute in the background.

Deployment

Important: only increment the the version in the config.json once you are ready to deploy in production, as there is no rollback possible yet!

  • To start the service locally: npm run dev
  • To deploy on Now.sh: npm run deploy