well.. just make a external cronjob to the wp-cron.php with the timing of your choosing
Hi @z3rog,
Garbage collection of old cache files won’t work if WordPress can’t find wp-cron.php or if DISABLE_WP_CRON is set to true in your wp-config.php file.
If you want to disable WP Cron, you can set up a manual or external cron job yourself as @joanorsky mentioned. Note that you’d be responsible for setting those up to work correctly and as scheduled. That level of customization is not something we can provide support for, unfortunately.
I hope this helps!