I’m super pleased with getting cogdogblog.com hoisted to the cloud, and I admit I have no good clue how everything works.
On my shared host version, I had set up a cron job o regularly delete comments flagged as spam from my database, keeping it clean from cruft. My cronjob command was:
mysql -u blog -p{password} --database={dbname} -Bse "DELETE FROM wp_comments WHERE comment_approved = 'spam'"
You can open a terminal in the environment on Reclaim Cloud, then:
crontab -e
To edit the cron just like most linux boxes, or if you want to avoid the terminal or vim, you can do it from the “config” tool on Reclaim Cloud. Click on the wrench, then the cron bookmark in the sidebar, then double click on litespeed to edit that file.