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
+2-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This is not a drop-in replacement for the original package. While I intend to w
21
21
package's mantainer to integrate this backend, this is intended to satisfy a particular use case
22
22
first and be of generic use later.
23
23
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),
25
25
[QueueShell](https://github.com/rgoro/cakephp-queue/blob/master/src/Shell/QueueShell.php) and
26
26
[QueueTask](https://github.com/rgoro/cakephp-queue/blob/master/src/Shell/Task/QueueTask.php)) were
27
27
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).
36
36
## To Do items:
37
37
- The statistics that were implemented in the original package are yet to be ported to Mongo.
38
38
- The backend controller has not been revised nor tested.
39
+
- Make this implementation compatible with the MySQL implementation.
0 commit comments