Skip to content

saefullohmaslul/Node-Delay-Job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Delay Job

⌚ Delay job node js with redis!

Feature

  • Delay job with Redis
  • Run with docker-compose
  • This project write with typescript

Running In Local

# Install Redis
$ sudo apt update
$ sudo apt install redis-server
# Start Redis Server
$ redis-server

# Install dependencies
$ npm install
# Run project in local
$ npm run dev

Running With Docker Compose

Install Docker and Docker Compose

# Install dependencies
$ npm install
# Run project with docker-compose
$ npm run start:docker

Releases

No releases published

Packages

No packages published