Skip to content

jhankim/job-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-runner

Node.js application for running jobs via Kue

Packages

Requirements

Usage

# Install packages
$ npm i

# Run the worker process
$ npm run start:dev:worker

# Run API and UI at http://localhost:5000/kue/
$ npm run start:dev:api

TODO

  • Implement data store
  • Hook up job queuer to data store
  • Implement run endpoint
  • Implement job list and job details endpoint
  • Request validation
  • Implement sample data endpoint
  • Enable XML sample data endpoint
  • Implement mapping and job worker
  • Beef up validation on createJob

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published