Skip to content

Commit b623fb0

Browse files
authored
Update README.md
1 parent d10426c commit b623fb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This branch is for use with **CakePHP 3**.
1111

1212

13-
## Background:
13+
## Background
1414

1515
This is a very simple and minimalistic job queue (or deferred-task) system for CakePHP.
1616
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
4343
## Installation and Usage
4444
See [Documentation](docs).
4545

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!
4649

4750
## History
4851

0 commit comments

Comments
 (0)