Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas54neves/nodejs-background-jobs
Example for bullmq for send email with a worker
https://github.com/lucas54neves/nodejs-background-jobs
background-jobs heroku heroku-deployment redis typescript
Last synced: 3 days ago
JSON representation
Example for bullmq for send email with a worker
- Host: GitHub
- URL: https://github.com/lucas54neves/nodejs-background-jobs
- Owner: lucas54neves
- License: mit
- Created: 2021-06-25T14:03:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T17:37:03.000Z (over 3 years ago)
- Last Synced: 2024-11-13T15:56:40.720Z (2 months ago)
- Topics: background-jobs, heroku, heroku-deployment, redis, typescript
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJs Background Jobs
Projeto de estudo sobre background jobs.
## Sobre o projeto
Este projeto consiste no envio de emails por meio de background jobs.
## Como executar
### Instalar as dependencias
```
yarn
```### Executar locamente
```
yarn dev
```