<?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[Use scheduler to run the job queue]]></title><description><![CDATA[<p dir="auto">So far I haven't had any problems with the mediawiki job queue in Cloudron, but I have had issues of jobs not getting run frequently enough on another server. When one view in a Cloudron mediawiki instance did not seem to get updated and reflect recent changes, I started to look around. I hadn't got very far when I noticed it had, by then, already been updated. But I was still left with a bit of a question about how Cloudron handles this side of things.</p>
<p dir="auto">I noticed this line in the "not for editing by users" <code>/run/mediawiki/LocalSettings.php</code> file:</p>
<pre><code># Use scheduler to run the job queue
$wgJobRunRate = 0;
</code></pre>
<p dir="auto"><a href="https://www.mediawiki.org/wiki/Manual:$wgJobRunRate" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.mediawiki.org/wiki/Manual:$wgJobRunRate</a> says:<br />
If <code>$wgJobRunRate</code> is 0 jobs will not be done during ordinary Apache requests. In this case, maintenance/runJobs.php should be run in loop every few seconds via a service or cron job.</p>
<p dir="auto">So I tried to find out where this was scheduled in Cloudron, and how often, but so far I haven't been able to track this down.</p>
<p dir="auto">Could someone please point me in the right direction? This is not a mission critical question, more an "understand a little how Cloudron does things" question.<br />
thanks.</p>
]]></description><link>https://forum.cloudron.io/topic/15512/use-scheduler-to-run-the-job-queue</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 17:59:41 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15512.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 May 2026 08:33:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Use scheduler to run the job queue on Fri, 15 May 2026 09:24:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/dennisj" aria-label="Profile: dennisj">@<bdi>dennisj</bdi></a><br />
You can add your overrides in <code>/app/data/LocalSettings.php</code> as documented in <a href="https://docs.cloudron.io/packages/mediawiki#changing-permissions" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/packages/mediawiki#changing-permissions</a></p>
]]></description><link>https://forum.cloudron.io/post/124744</link><guid isPermaLink="true">https://forum.cloudron.io/post/124744</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 15 May 2026 09:24:10 GMT</pubDate></item></channel></rss>