Home > Developers > Wiki > Batch Job Improvements
Views

Edit history

Edit: -1 of 7
Time: 2008-09-17 11:56:09
Note: /Mifos/www/developers/wiki/BatchJobImprovements/edit "added lessons learned from issue 2098" "added lessons learned from issue 2098"

added:
Lessons learned from `issue 2098 <https://mifos.dev.java.net/issues/show_bug.cgi?id=2098>`_...

* Modify the batch job so that if it has issues handling a particular record, it handles this more gracefully (skips the record, provides an error in the log file, and moves on to the next record)
* Alway note any records (account ids) that could not be handled successfully in the scheduled_tasks table
* Provide information in the log files to track progress of the task as it works, so that if there are issues in the future, we can determine if the batch job is working or not rather than waiting several hours until it fails.

Grameen logo