Skip to content

Commit 27821ad

Browse files
Sylvain ZimmerSylvain Zimmer
authored andcommitted
Merge branch 'master' of github.com:pricingassistant/mrq
2 parents ea86529 + ec84bd4 commit 27821ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/queue-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Redis should be at less than 1% CPU load, so we can definitely keep adding proce
174174

175175
We are now close to 9000 jobs per second, maxing-out the local CPUs again!
176176

177-
From there on, the sky is the limit! You should be able to run thousands of workers accross hundreds of machines before maxing-out a high-performance Redis instance.
177+
From there on, the sky is the limit! You should be able to run thousands of workers across hundreds of machines before maxing-out a high-performance Redis instance.
178178

179179
Beyond that, using using multiple queues on a [Redis Cluster](https://redis.io/topics/cluster-tutorial) will definitely allow you to run several million jobs per second. If you do, please drop us a line ;-)
180180

0 commit comments

Comments
 (0)