Reviewed & tested by the community
Project:
Job queue
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2009 at 13:46 UTC
Updated:
8 Jul 2011 at 09:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
jchan commentedI was thinking the same thing. My server has a limit on the number of emails sent per hour, so I wanted to use job_queue to stop Drupal from sending out more than that. Emails are the primary thing I use queueing for.
Could have saved myself some time if I had bothered to search here first.
Anyway, since I already made the patch, I'll just put it up here for what it's worth. It does not fix the php warning like Neil's does. It's for version 6.x-3.1.
Comment #2
jonathan webb commented+1 - Great feature addition! We are also using this module to send bulk email in batches using "queue mail" (to keep from triggering smtp quotas). I applied indytechcook's patch and it worked like a charm with 6.19
Comment #4
sepla commentedBoth patches has been successfully tested against 6.x-3.x-dev.
Personally I prefer to use the simple one :) Thank you both.
Comment #5
sinasalek commented+1