-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature Request: Process Queue Manually #282
Comments
This feature will be helpful. I currently have 1,292 items stuck on the Mail Queue (since 2 weeks ago). |
Work in this issue may also help to resolve and/or diagnose problems reported in #317 |
…g mail queue. See: **WP Dashboard → Comment Mail → Mail Queue**. See also [Issue #282](wpsharks/comment-mail#282).
Next Release Changelog:
|
Noting that the above details (i.e., See: Config Options → Queue Processor Adjustments |
@jaswsinc @raamdev Settings seem to be working fine, but how can I get Notifications to queue so that they can be manually processed? The automatic process is doing its job very well 😆 Changing settings in Queue Processor Panel |
In that same panel change Real-Time Queue Processing from |
- **Bug Fix:** Prevent browser autocomplete in Comment Mail options. See [Issue #319](#319). - **Bug Fix:** Searching by email address alone should always narrow to the search to that specific email address and not result in any fuzzy or fulltext matching. See [Issue #226](#226). - **Bug Fix:** The conflict check for 'Subscribe to Comments Reloaded' was not working in the previous release; i.e., if you attempt to activate both Comment Mail and the 'Subscribe to Comments Reloaded' plugin at the same, this should result in a Dashboard warning. Fixed in this release. See [Issue #315](#315). - **Bug Fix:** Notify 'Subscribe to Comments Reloaded' users about the comment form template being disabled under certain scenarios. See [Issue #314](#314). - **Bug Fix:** Do not attempt to import 'Subscribe to Comments Reloaded' (StCR) settings if StCR is no longer installed, even if old StCR options exist in the database. See [Issue #294](#294). - **Bug Fix** (Pro): Do not show SparkPost partner image when Mandrill is selected as the RVE handler. See [Issue #318](#318). - **Bug Fix** (Pro): Conflict checks between lite and pro corrected. This was not working properly in the previous release; i.e., installing Comment Mail Pro when Comment Mail Lite is already running should result in Comment Mail Lite being deactivated automatically. See [Issue #270](#270). - **New Feature:** It is now possible to manually process the outgoing mail queue. See: **WP Dashboard → Comment Mail → Mail Queue**. See also [Issue #282](#282). - **New Feature** (Pro): In Comment Mail Pro it is now possible to enable/disable comment content clipping entirely; e.g., if you prefer that email notifications include the full original comment content in raw HTML instead of being clipped and displayed in the email as plain text. See: **WP Dashboard → Comment Mail → Config. Options → Email Notification Clips**. See also: [Issue #281](#281). - **Accessibility:** This release improves screen reader accessibility by adding `aria-hidden="true"` to all FontAwesome icons. See [Issue #304](#304). - **Accessibility:** This release improves screen reader accessibility by offering a new setting that allows a site owner to enable or disable select menu option enhancement via jQuery. Disabling select menu option enhancement has the benefit of improving accessibility for screen readers whenever accessibility is of more concern than presentation. See: **Dashboard → Comment Mail → Config Options → Misc. UI-Related Settings**. See also [Issue #304](#304).
Comment Mail v161213 has been released and includes changes from this GitHub Issue. See the v161213 announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#282). |
It would be very helpful if there was a button in the Dashboard that would allow a site owner to force a queue runner to process any lingering emails still in the queue. This might help others troubleshoot issues related to what could actually be an underlying problem with the CRON job.
Referencing: https://github.com/websharks/comment-mail-pro/blob/edea333166cc96cb9a7b6b8d6f8e09a346263fc0/src/includes/classes/Plugin.php#L2729
↑ Need to a way to trigger this method from the Dashboard through a non-blocking HTTP connection. Or, we simply need a way to trigger the CRON job that already exists from the Dashboard using something other than WP Crontrol, because that plugin doesn't seem to work in all cases for some reason.
The text was updated successfully, but these errors were encountered: