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: 11 months 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
```