We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10426c commit b623fb0Copy full SHA for b623fb0
README.md
@@ -10,7 +10,7 @@
10
This branch is for use with **CakePHP 3**.
11
12
13
-## Background:
+## Background
14
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.
@@ -43,6 +43,9 @@ you should seriously consider using a more advanced system for high volume/high
43
## Installation and Usage
44
See [Documentation](docs).
45
46
+## Limitation
47
+If you want to use multiple workers, please use only one per type.
48
+Currently it would otherwise risk the jobs being run multiple times!
49
50
## History
51
0 commit comments