Project:Job queue
Version:5.x-3.0
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Must I manually change the drupal_mail for every module that I want job_queue to process?

Comments

#1

i am also very unclear about this.

My case:

manage the sending of account reminder emails for new users.

How do I use job queue in relation to another module?

Chris

#2

It's up to the module to require job_queue module as a prereq and make use of it. If you think a specific module should be using some sort of job queuing mechanism, you should contribute a patch or at least let the maintainers of the other modules know.

#3

So this modules doesn't do anything by itself ?

#4

Status:active» fixed

The module itself handles the queueing and completing of jobs via cron job. It's simple and it works well.

If you're using a module that you feel would benefit from job queuing, post an issue or a patch to the appropriate module's issue queue or contact the maintainer of that module directly. As a last resort, contact me directly and I'll see what I can do to help.

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.