Bitmash automatically disables the default WordPress scheduler and instead sets up a cron job to run scheduled tasks as necessary every 15 minutes. This is because WordPress defaults to checking for scheduled jobs when a user visits the website, which can cause problems both for low-traffic websites (where tasks may not run at the correct time if the website is not visited) and high-traffic websites (where the high number of visitors can cause performance problems).

The command used to run auto-archiving is: curl -s http://hostname/wp-cron.php

If you need to run tasks on a different schedule, please contact Bitmash support for assistance.