I'm building a small site and I wish to fill the data in the database
nightly via cron. What is best practice here? Do I:
1) have cron do a normal web request to /nightRunner/doIt?
2) build a maintenance script and place it somewhere (where?) that
have access to the models and database and call it via script/runner?