Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/bull-staled
bull staled error example
https://github.com/daniloab/bull-staled
Last synced: 28 days ago
JSON representation
bull staled error example
- Host: GitHub
- URL: https://github.com/daniloab/bull-staled
- Owner: daniloab
- Created: 2021-10-29T12:22:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T18:16:47.000Z (about 3 years ago)
- Last Synced: 2024-10-18T09:15:34.786Z (3 months ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bull with Named Jobs
Sample of how to properly setup Bull with Named Jobs
## How to run
Run the bull worker
```
yarn start
```Access Arena
```
http://localhost:5566/
```Trigger a Send Message job
```
yarn send-message
```