Skip to content

Commit 03e8480

Browse files
authored
Update README.md
1 parent add5ba0 commit 03e8480

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This branch is for use with **CakePHP 3**.
1313
## Background
1414

1515
This is a very simple and minimalistic job queue (or deferred-task) system for CakePHP.
16-
It is mainly **for demo purposes** on how queues work and doesn't have any dependencies.
16+
It is a great tool for demo purposes on how queues work and doesn't have any dependencies.
1717

1818
Overall functionality is inspired by systems like Gearman, Beanstalk or dropr, but without
1919
any illusion to compete with these more advanced Systems.
@@ -23,7 +23,7 @@ without the hassle of setting up or running an extra queue daemon, while integra
2323
CakePHP and also simplifying the creation of worker scripts.
2424

2525
Please also read the [blog post](http://www.dereuromark.de/2013/12/22/queue-deferred-execution-in-cakephp/).
26-
For more robust and production use cases please see the [awesome list](https://github.com/FriendsOfCake/awesome-cakephp#queue).
26+
For more high-volume and robust use cases please see the [awesome list](https://github.com/FriendsOfCake/awesome-cakephp#queue).
2727

2828
### Why use deferred execution?
2929

@@ -36,8 +36,7 @@ The regular solution to these problems would be to create specialized cronjobs w
3636

3737
The Queue plugin provides a simple method to create and run such non-user-interaction-critical tasks.
3838

39-
While you can run multiple workers, and can (to some extent) spread these workers to different machines via a shared database,
40-
you should seriously consider using a more advanced system for high volume/high number of workers systems.
39+
While you can run multiple workers, and can (to some extent) spread these workers to different machines via a shared database, you should seriously consider using a more advanced system for high volume/high number of workers systems.
4140

4241

4342
## Installation and Usage

0 commit comments

Comments
 (0)