LeohangRai / bull-queue-ts

Bull queue implementation for job queues, scheduled jobs and asynchronous email sending

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ yarn install

Running the application server

# production
$ yarn start

# watch mode
$ yarn start:dev

Running the application on Docker

# production
$  docker-compose up --build -d

# watch mode
$  docker-compose -f docker-compose.dev.yml up -d
# NOTE: Pass the "--build" argument to the watch mode command whenever you have made changes to the Dockerfile or installed new dependencies

About

Bull queue implementation for job queues, scheduled jobs and asynchronous email sending


Languages

Language:TypeScript 95.0%Language:Dockerfile 3.2%Language:Shell 1.1%Language:JavaScript 0.7%