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

Comments

socialnicheguru’s picture

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

Ryan Palmer’s picture

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.

wwwoliondorcom’s picture

So this modules doesn't do anything by itself ?

Ryan Palmer’s picture

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.

Status: Fixed » Closed (fixed)

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