I am setting up a daily maintenance task for my rails app. When the task is complete is sends me an e-mail that summarizes the tasks activity. If you were doing the same, what kind of tasks would your run? What kind of information would like that e-mail to contain?

Some examples might be:

Rotate/Truncate the site logs Summary of user activity (very app specific obviously)

Any other things that you guys might suggest?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

The only other thing we do with our Rails apps on a daily basis is clean up old sessions. But if you don't use ActiveRecord::SessionStore or similar, that's not needed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.