Skip to content

Background jobs in Node.js with Redis, using a library called Bull for prioritizing processes, monitoring events, number of simultaneous processes, in addition to working in separate threads in the application

Notifications You must be signed in to change notification settings

leandrocanabarro/background-jobs-in-nodejs-with-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background jobs in Node.js with Redis.

Using a library called Bull for prioritizing processes, monitoring events, number of simultaneous processes, in addition to working in separate threads in the application.

Repo Size Languages

Technology


Installation

First of all, you may clone this repo

  git clone https://github.com/leandrocanabarro/background-jobs-in-nodejs-with-redis.git

Run the following scripts in order to execute the application in development mode

  // Install the dependencies
  npm install

  // Start the application
  npm start:server

  // Start the job queue
  npm start:queue

Feedback

Feel free to send me feedback on LinkedIn or file an issue. Feature requests are always welcome.

About

Background jobs in Node.js with Redis, using a library called Bull for prioritizing processes, monitoring events, number of simultaneous processes, in addition to working in separate threads in the application

Resources

Stars

Watchers

Forks