Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 403 Bytes

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