search for: jimcifarelli

Displaying 3 results from an estimated 3 matches for "jimcifarelli".

2008 Sep 09
6
Prioritizing Mailer Queue / Action Mailer
Hi, I have different kinds of mails going out. For eg: 1. signup 2. notification mails etc I am using mailer queue to avoid mongrels waiting on email to be sent. However, it makes sense to have signup mails go instantaneously whereas other mails can go to mailer queue. Has anyone done such thing? Any suggestions please? Regards, SG -- Posted via http://www.ruby-forum.com/.
2007 Dec 27
9
how do you handle recurring tasks
i have several tasks which i need to be executed from time to time .. some every 20 minutes and some only 1 time a day .. you know things like e.g. clearing old sessions, deleting inactive users .. how do you deal with stuff like this? cronjobs? how is your pattern for such things ... thanks in advance -- Posted via http://www.ruby-forum.com/.
2009 Feb 13
0
Background Processing for CSV Exports of data
Hello Everyone, I''d like to provide a page where the user can click to export some data as a csv file. It would be great to have the page show a progress value for percent complete on generating the file (file generation takes between 1 and 4 minutes currently). Once complete, I can show a link to download the temporary file. I''ve looked into BackgrounDrb and found some