Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```