-
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
Templates/views #145
Comments
Having monitoring views/controllers sounds interesting to me. I don't think any have been added this far as nobody has brought it up. |
Sweet. I'll do it then. https://github.com/dereuromark/cakephp-queue I'll likely take huge inspiration from yours @dereuromark if that's ok (unless you'd prefer to do it/have your name on the commits) |
All good, glad it inspires people |
@umer936 This would be a great value-add to the plugin. If I can contribute to what you're doing I'll certainly do so. |
@kevindecapite I have ideas in mind but haven't gotten to any implementation and it might be quite some time until I do so. Anyone feel free to get started. Steps I see to take:
Something significantly more, but might be way scope creep, is having it auto-setup multiple queues so that one can have the "Abort". |
Would this be additional state that needs to be maintained by the |
No, but it would have a Right now it doesn't seem possible to override the 'queue' field from the config in the Controller. I end up array_mergeing it in the Controller to make a new config and using that before sending the job. |
dereuromark-queue has nice templates to see the jobs. Is this something we want to have in cakephp/queue and they just haven't been made or is it intentional to keep the scope just for making it easier to use queuing methods and not having stuff like that?
The text was updated successfully, but these errors were encountered: