wp-cron.php cache-control header
-
Hey guys,
Quick question – I noticed that when requesting wp-cron.php, I get the standard cache control header returned (in my case
A3600(1 hour). I disable wp-cron by default and use a “real cron job” to callwp-cron.php?doing_wp_cronviawgetevery 5 minutes however I noticed this morning that it didn’t “work” correctly until I called it directly from my machine.My question, therefore, is – because I have the cron job being called from my server, is the cache-control header interfering and not allowing the
wgetcommand to “correctly” execute every 5 minutes – instead the response is coming from cache instead?
The topic ‘wp-cron.php cache-control header’ is closed to new replies.