Closed (fixed)
Project:
Queue Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2013 at 07:56 UTC
Updated:
1 Aug 2013 at 20:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
steven jones commentedSo by default we suggest to Drupal that it should give us the default amount of seconds to process the queue on cron, which is 15 seconds.
I'm not sure if there are modules out there that will alter other module's queue execution times, maybe there should be, but equally maybe we should actually provide a UI for changing our default.
Comment #2
steven jones commentedHere's a patch for the testbot to apply, and if I have time I'll test it for real and commit it shortly.
Comment #3
steven jones commentedTypo.
Comment #4
steven jones commentedAllow 5 second increments.
Comment #5
steven jones commentedCommitted to 7.x-1.x. I'll roll a release that includes it shortly.
Comment #6
mabuweb commentedExcellent Steven!
I've just updated to the new 7.x-1.x version.
The new "Queue processing time (max)" parameter is working fine for me.
I set it to 180 sec. and sent 100 test mails.
They were all send with one cron run in 90 seconds.
Thank you very much!
Comment #8
interx commentedJust a small addition, the new variable should also be deleted in queue_mail_uninstall().
Comment #9
steven jones commentedYup.
Comment #10
steven jones commentedThanks, committed that follow up.