Re: pyramid_mailer: Send from queue with crontab

2012-03-13 Thread Robert Forkel
qp is not a long running process. it will finish after sending all email queued. i use it cron-style, but scheduled via apscheduler. On Tue, Mar 13, 2012 at 8:37 AM, Colton Provias wrote: > I'm currently working on a project where the host does not allow for > long running processes and requires

pyramid_mailer: Send from queue with crontab

2012-03-13 Thread Colton Provias
I'm currently working on a project where the host does not allow for long running processes and requires a service upgrade to enable them. So to stay within budget, I need to send emails from the queue periodically, probably via a script launched from a crontab. Seeing as qp is a long-running proc