<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Crontab in Wordpress (managed) app]]></title><description><![CDATA[<p dir="auto">I know there's wp_cron in the Wordpress app but can we have cron/crontab too?</p>
]]></description><link>https://forum.cloudron.io/topic/2265/crontab-in-wordpress-managed-app</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 14:24:35 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2265.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Mar 2020 09:49:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Crontab in Wordpress (managed) app on Tue, 31 Mar 2020 16:37:31 GMT]]></title><description><![CDATA[<p dir="auto">There's a bunch of plugins like <a href="https://wordpress.org/plugins/wp-crontrol/" target="_blank" rel="noopener noreferrer nofollow ugc">WP Crontrol</a>, <a href="https://wordpress.org/plugins/advanced-cron-manager/" target="_blank" rel="noopener noreferrer nofollow ugc">Advanced cron</a>, <a href="https://wordpress.org/plugins/simple-cron/" target="_blank" rel="noopener noreferrer nofollow ugc">Simple cron</a>. You can use them to setup a custom pattern and call a custom function. Your PHP function can just shell exec your script (or maybe you can even write PHP depending on your use case).</p>
]]></description><link>https://forum.cloudron.io/post/6841</link><guid isPermaLink="true">https://forum.cloudron.io/post/6841</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 31 Mar 2020 16:37:31 GMT</pubDate></item><item><title><![CDATA[Reply to Crontab in Wordpress (managed) app on Tue, 31 Mar 2020 15:37:46 GMT]]></title><description><![CDATA[<p dir="auto">So can I use that to schedule regular shell commands?</p>
]]></description><link>https://forum.cloudron.io/post/6835</link><guid isPermaLink="true">https://forum.cloudron.io/post/6835</guid><dc:creator><![CDATA[yusf]]></dc:creator><pubDate>Tue, 31 Mar 2020 15:37:46 GMT</pubDate></item><item><title><![CDATA[Reply to Crontab in Wordpress (managed) app on Tue, 31 Mar 2020 12:46:07 GMT]]></title><description><![CDATA[<p dir="auto">Wordpress uses the Cloudron cron addon to spin up cron tasks in a separate container, the schedule for this is every 5 minutes.</p>
<p dir="auto">Basically what it calls is <code>exec /usr/local/bin/gosu www-data:www-data /app/code/wp cron event run --due-now</code></p>
]]></description><link>https://forum.cloudron.io/post/6831</link><guid isPermaLink="true">https://forum.cloudron.io/post/6831</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 31 Mar 2020 12:46:07 GMT</pubDate></item></channel></rss>