Skip to content

Example Node.js message-queue with beequeue running on docker.

License

Notifications You must be signed in to change notification settings

jmac774/node-beequeue-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js beequeue example project

This is a simple example showcasing the excellent beequeue library.

job-spawner service creates random jobs every two seconds while worker service tries to clear the job queue.

Run with docker-compose up.

Experiment with different scale values: docker-compose up --scale worker=2.

Screenshot

About

Example Node.js message-queue with beequeue running on docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.6%
  • Dockerfile 30.4%