Right, ar_mailer allows you to queue up mails then send out a certain amount at a set interval, so as an example say 5 emails every 10 minutes. At the moment i do not need to send out many emails, but i imagine (i should say hope) i will need to email more.
Michael On Sun, Nov 9, 2008 at 11:44 AM, Michael Klishin < [EMAIL PROTECTED]> wrote: > > 2008/11/9 Yehuda Katz <[EMAIL PROTECTED]>: > > What's the benefit of ar_mailer over run_later? > > -- Yehuda > > Run later does not block but you cannot do any sort of scheduling with it. > That's why merb-messenger in 1.1 would have a queuing functionality as > part of transports API. > > I don't know if ar_mailer really provides any advanced queuing > functionality, but there are use cases where run_later is not exactly > what is needed. > -- > MK > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
