Skip to content

Commit 2adba91

Browse files
committed
A few bits of readme
1 parent 8841688 commit 2adba91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is not a drop-in replacement for the original package. While I intend to w
2121
package's mantainer to integrate this backend, this is intended to satisfy a particular use case
2222
first and be of generic use later.
2323

24-
A big issue is that the main classes ([QueuedJobsTable](https://github.com/rgoro/cakephp-queue/blob/master/src/Model/Table/QueuedJobsTable.php),
24+
A major issue is that the main classes ([QueuedJobsTable](https://github.com/rgoro/cakephp-queue/blob/master/src/Model/Table/QueuedJobsTable.php),
2525
[QueueShell](https://github.com/rgoro/cakephp-queue/blob/master/src/Shell/QueueShell.php) and
2626
[QueueTask](https://github.com/rgoro/cakephp-queue/blob/master/src/Shell/Task/QueueTask.php)) were
2727
just copied to new MongoDB based implementations ([QueuedJobsCollection](https://github.com/rgoro/cakephp-queue/blob/master/src/Model/MongoCollection/QueuedJobsCollection.php),
@@ -36,6 +36,7 @@ See [Documentation](docs).
3636
## To Do items:
3737
- The statistics that were implemented in the original package are yet to be ported to Mongo.
3838
- The backend controller has not been revised nor tested.
39+
- Make this implementation compatible with the MySQL implementation.
3940

4041
## History
4142

0 commit comments

Comments
 (0)