Author Topic: Making Dailymail more robust  (Read 8428 times)

vrinfo

  • Posts: 14
    • View Profile
Making Dailymail more robust
« on: October 01, 2008, 03:21:41 am »
For Version 2...

The logic and database tables managing the dailymail process ought to change so the general process is :
- mark change of user state to new list next follow up as pending
- send mails
- upon success change pending status to completed ( i.e. users now on track for next followup etc. )

Currently there are a variety of timing related issues, server connection issues that can cause DailyMail to fail for one reason or another. Because we don't have the sequence outlined above it is really tricky to unwind / resume a partly completed process.
..

Also provide filters so that for example DailyMail can be manually run :
- on a single list
- on users according to seq values, date joined etc.


Comments ?