Closed (works as designed)
Project:
Queue Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
8 Apr 2013 at 17:44 UTC
Updated:
27 Sep 2018 at 07:15 UTC
Jump to comment: Most recent
Comments
Comment #1
steven jones commentedActually, we don't use hook_cron to send the emails, we use the Drupal queue API, so we already support Elysia cron, or rather Elysia cron supports us. So actually you should find that we're being added to Elysia cron's possible jobs automatically.
Comment #2
Anonymous (not verified) commentedWell, I hate to counter this but this is not the case...
On a clean Drupal 7 install with Elysia Cron and Queue Mail these are the cron jobs listed by Elysia cron:
There's no separate mail queue job...
Comment #3
steven jones commentedRight, you need the dev version of Elysia cron sorry, then it'll work.
Comment #4
Anonymous (not verified) commentedThanks, that does the trick.
Just for reference: I also stumbled upon Ultimate Cron which also supports queues out of the box.