Skip to content

jdrouet/article-queue-like-a-boss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queue like a boss, the stress test

run rabbitmq test

docker run -d -p 4369:4369 -p 5671:5671 -p 5672:5672 -p 25672:25672 --name test-rabbit rabbitmq:3
npm run option-amqplib-server
npm run option-amqplib-worker
npm run stress

run bull test

docker run -d -p 6379:6379 --name redis redis:3
npm run option-bull-server
npm run option-bull-worker
npm run stress

run kue test

docker run -d -p 6379:6379 --name redis redis:3
npm run option-kue-server
npm run option-kue-worker
npm run stress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published