Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Core Basics

Demonstrates fundamental glide-mq features:

  • Queue and Worker setup
  • Single, delayed, priority, and retry jobs
  • Bulk insert with addBulk
  • Progress tracking and job logs
  • Real-time events via QueueEvents
  • Graceful shutdown

Run

npm install
npm start

Requires Valkey/Redis on localhost:6379.