Skip to content

A bolier plate for task processing with a server, workers and IPC communication setup

License

Notifications You must be signed in to change notification settings

viral-sh/task-processor-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-processor-boilerplate

A bolier plate for task processing with a server, workers and IPC communication setup using node-ipc

Commands to start server

  • yarn server
  • yarn pm2:server (via PM2)

Commands to start worker

  • yarn worker
  • yarn pm2:worker (via PM2)

Settings

  • PM2 settings, like app instance count, watch, etc., can be modified in ecosystem.config.js
  • Some app settings, like HOST, PORT, TCP_ENABLED, RETRY, etc., can be modified in src/config.js

About

A bolier plate for task processing with a server, workers and IPC communication setup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published