You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This branch is for use with **CakePHP 3**.
13
13
## Background
14
14
15
15
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.
17
17
18
18
Overall functionality is inspired by systems like Gearman, Beanstalk or dropr, but without
19
19
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
23
23
CakePHP and also simplifying the creation of worker scripts.
24
24
25
25
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).
27
27
28
28
### Why use deferred execution?
29
29
@@ -36,8 +36,7 @@ The regular solution to these problems would be to create specialized cronjobs w
36
36
37
37
The Queue plugin provides a simple method to create and run such non-user-interaction-critical tasks.
38
38
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.
0 commit comments