-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current State and Roadmap #25
Comments
Good call. I think @markstory had some ideas/things he wanted to implement before an initial release. Happy to dig into those as long as they are not testing related (I'm bad at that sorry not sorry). |
I would like to shore up some of the coverage gaps, and ensure we have at least a few end to end integration tests with one of the simple enqueue adapters before doing any releases. As for a roadmap I can try to put something together later this week. |
I had attempted to put the following in to the milestone description but GitHub butchers the formatting. Initial release for the Queue Plugin. Goals
|
I request adding "Move under Cake/ namespace". |
I think I setup the plugin in the same way we have Migrations and Bake, neither of which have the |
I'm not going to make a big issue out of this, but my point-of-view is that we shouldn't be pushing things into the top-level namespace just because. I'm not a fan of the argument "well you shouldn't be using two queue systems in the first place.". Unless we're implementing de facto queue in php, our library names are too common. |
I added |
Sounds good :) |
The namespace changes are done now 😄 |
Looks like on the list is 90% coverage. We're almost there. QueueExtension needs a bit more. We also need end to end? We also talked about reducing static methods. I can imagine a lot here. Documentation is left too. No idea what/how to write that up. |
@T0mats0 I think an end to end test for a successful job dispatch and execution would be great to have. The documentation has been deployed and auto updates on each merge. It hasn't been linked into the make book table of contents as this plugin is still early on, but the docs are available at https://book.cakephp.org/queue |
I'm really looking forward to the release. Is it almost there? |
I think we can do an initial release soon. The first batch of features are in place, and tests are much better than they were before. |
Once this is done and docs are added, maybe also add it to https://github.com/FriendsOfCake/awesome-cakephp#queue for visibility? |
The current state of this plugin isn't mentioned anywhere. Also, there is no roadmap, as it seems.
For example, there hasn't been a single release, yet. Not even an alpha release.
The text was updated successfully, but these errors were encountered: