<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPMU DEV Community &#187; Topic: How to view scheduled cron jobs?</title>
		<link>http://premium.wpmudev.org/forums/topic/how-to-viewing-scheduled-cron-jobs</link>
		<description>WPMU DEV Community &#187; Topic: How to view scheduled cron jobs?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 14:58:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://premium.wpmudev.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://premium.wpmudev.org/forums/rss/topic/how-to-viewing-scheduled-cron-jobs" rel="self" type="application/rss+xml" />

		<item>
			<title>Timothy Bowers on "How to view scheduled cron jobs?"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-viewing-scheduled-cron-jobs#post-177215</link>
			<pubDate>Thu, 02 Feb 2012 02:05:51 +0000</pubDate>
			<dc:creator>Timothy Bowers</dc:creator>
			<guid isPermaLink="false">177215@http://premium.wpmudev.org/forums/</guid>
			<description><p>On thing to keep in mind which I didn't mention was that if a post was scheduled to go live at 1pm and the next cron was 1329 then it won't get processed until then unless it got done by the previous cron.
</p></description>
		</item>
		<item>
			<title>Timothy Bowers on "How to view scheduled cron jobs?"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-viewing-scheduled-cron-jobs#post-177214</link>
			<pubDate>Thu, 02 Feb 2012 02:03:33 +0000</pubDate>
			<dc:creator>Timothy Bowers</dc:creator>
			<guid isPermaLink="false">177214@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hey Basem.</p>
<p>Do you get a lot of spam as well?</p>
<p>To cut down on the load you could disable WP-Cron and then manually run it at server level:</p>
<p>This goes into your wp-config.php</p>
<p><code>define(&#39;DISABLE_WP_CRON&#39;, true);</code></p>
<p>Do you use cPanel?</p>
<p>You can create crons in cPanel really easily.</p>
<p>If not and you are not sure then you could get your host to help you here, but something like this should work:</p>
<p><code>30 * * * wget -q -O - <a href="http://domain.com/wp-cron.php?doing_wp_cron" target="_blank">http://domain.com/wp-cron.php?doing_wp_cron</a> &#62;/dev/null 2&#62;&#38;1</code></p>
<p>The "*/30 * * *" sends the cron every 3 minutes.</p>
<p>The "&#62; /dev/null 2&#62;&#38;1" ensures no emails are sent out.</p>
<p>There is a plugin for this, although I'd rather do it the way I mentioned above:</p>
<p><a href="http://wordpress.org/extend/plugins/wp-cron-control/" target="_blank">http://wordpress.org/extend/plugins/wp-cron-control/</a></p>
<p>Hope this helps :-)
</p></description>
		</item>
		<item>
			<title>Basem on "How to view scheduled cron jobs?"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-viewing-scheduled-cron-jobs#post-177207</link>
			<pubDate>Thu, 02 Feb 2012 01:48:27 +0000</pubDate>
			<dc:creator>Basem</dc:creator>
			<guid isPermaLink="false">177207@http://premium.wpmudev.org/forums/</guid>
			<description><p>Is there a way to view cron jobs in an MU setup? I am getting high CPU usuage from wp-cron and I want to see what my crons are doing.</p>
<p>I found this plugin below, but I am not sure how well it works in an MU setup: <a href="http://wordpress.org/extend/plugins/cron-view/" target="_blank">http://wordpress.org/extend/plugins/cron-view/</a></p>
<p>Any help or advice would be greatly appreciated!
</p></description>
		</item>

	</channel>
</rss>
