Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.33 KB

File metadata and controls

49 lines (34 loc) · 1.33 KB

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.