dpi / courier

Courier is a Drupal module providing a framework to send messages to entities.
https://drupal.org/project/courier
GNU General Public License v2.0
8 stars 3 forks source link

Add a view to see the items in the message queue #31

Open edurenye opened 8 years ago

dpi commented 8 years ago

What do you mean clear it? Running cron will work the queue.

There is a counter on the Status report page.

The only human readable info in MQI are created dates. The rest are options and entity reference, what purpose are you aiming towards?

edurenye commented 8 years ago

No, I mean remove all the messages without sending.

The purpose of the view is see the queue, to see all the messages and what they contain and be able to delete them, would be great to have this to be able to better debug the messages, one use case could be that a monitoring system could alert that something is generating to many messages, the admin wants to disable the template and delete all the messages before they are sent by cron.

dpi commented 8 years ago

No problems.

Split feature requests into two.

dpi commented 8 years ago

Committed associated mqi clear functions in #32