Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 633 Bytes

File metadata and controls

24 lines (13 loc) · 633 Bytes

An example Actionhero project that uses tasks

Node.js CI

This project contains:

  • A recurring task that runs every 10 seconds, and then enqueues a few more tasks to run.
  • The ah-resque-ui plugin that will let you watch the status of this task at http://localhost:8080/resque

visit www.actionherojs.com for more information

To install:

(assuming you have node, TypeScript, and NPM installed)

npm install

To Run:

npm run dev

To Test:

npm test