https://github.com/actionhero/example-with-tasks-and-resque-ui
An example project that uses tasks
https://github.com/actionhero/example-with-tasks-and-resque-ui
Last synced: 2 months ago
JSON representation
An example project that uses tasks
- Host: GitHub
- URL: https://github.com/actionhero/example-with-tasks-and-resque-ui
- Owner: actionhero
- Created: 2020-03-05T01:41:31.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T22:41:40.000Z (over 2 years ago)
- Last Synced: 2025-03-30T20:24:19.107Z (about 1 year ago)
- Language: TypeScript
- Size: 1.46 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An example Actionhero project that uses tasks

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](http://nodejs.org/), [TypeScript](https://www.typescriptlang.org/), and NPM installed)
`npm install`
## To Run:
`npm run dev`
## To Test:
`npm test`