Skip to content

Commit ec84bd4

Browse files
authored
Fix simple typo: accross -> across (#222)
Closes #221
1 parent 60c8d88 commit ec84bd4

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)