Skip to content

cameronembling/node-job-queue-example

Repository files navigation

Node Job queue Example

Job queue system built with Node.js, Redis and Bull to demonstrate how to handle background jobs like sending emails

Use Cases

Sending Emails

  • Email notifications to be executed as soon as possible
  • Digest email using cron job syntax to be executed at a specified time

Usage

yarn
yarn dev:api
yarn dev:workers
yarn dev:scheduled

About

Job queue system built with Node.js, Redis and Bull to demonstrate how to handle background jobs such as sending emails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors