<?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[help me configuring cron job for fof&#x2F;sitemap - flarum]]></title><description><![CDATA[<p dir="auto">i am setting a corn job for flarum fof sitemap</p>
<p dir="auto">the first corn job is for reference and it is working correctly <img src="https://sudonix.org/assets/plugins/nodebb-plugin-emoji/emoji/android/2714.png?v=d3ec1f462c0" class="not-responsive emoji emoji-android emoji--heavy_check_mark" style="height:23px;width:auto;vertical-align:middle" title=":heavy_check_mark:" alt="✔" /></p>
<pre><code>*/1 * * * * cd /home/master/applications/aa/public_html/ask &amp;&amp; /usr/bin/php flarum queue:work --stop-when-empty
</code></pre>
<hr />
<p dir="auto">new corn job suggestion needed for sitemap and i modified considering this reference at <a href="https://discuss.flarum.org/d/14941-fof-sitemap" target="_blank" rel="noopener noreferrer nofollow ugc">flarum’s sitemap</a> page</p>
<pre><code>*/1 * * * * cd /home/master/applications/aa/public_html/ask &amp;&amp; /usr/bin/php flarum fof:sitemap:cache --stop-when-empty
</code></pre>
<p dir="auto">should i just need set as</p>
<pre><code>cd /home/master/applications/aa/public_html/ask &amp;&amp; /usr/bin/php flarum fof:sitemap:cache --stop-when-empty
</code></pre>
<p dir="auto">or</p>
<pre><code>cd /home/master/applications/aa/public_html/ask &amp;&amp; /usr/bin/php flarum fof:sitemap:cache
</code></pre>
<p dir="auto">do I need to add the timer?</p>
]]></description><link>https://sudonix.org/topic/27/help-me-configuring-cron-job-for-fof-sitemap-flarum</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 12:18:41 GMT</lastBuildDate><atom:link href="https://sudonix.org/topic/27.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Sep 2021 23:47:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Fri, 10 Sep 2021 23:52:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: hari">@<bdi>hari</bdi></a> this one will work fine</p>
<pre><code>cd /home/master/applications/aa/public_html/ask &amp;&amp; /usr/bin/php flarum fof:sitemap:cache

</code></pre>
<p dir="auto">You’ll need to run a schedule. Typically, once every few hours should be enough. It doesn’t need to run continuously</p>
]]></description><link>https://sudonix.org/post/156</link><guid isPermaLink="true">https://sudonix.org/post/156</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Fri, 10 Sep 2021 23:52:19 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Tue, 14 Jun 2022 20:28:42 GMT]]></title><description><![CDATA[<p dir="auto">you are too fast <img src="https://sudonix.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=d3ec1f462c0" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://sudonix.org/post/3534</link><guid isPermaLink="true">https://sudonix.org/post/3534</guid><dc:creator><![CDATA[DownPW]]></dc:creator><pubDate>Tue, 14 Jun 2022 20:28:42 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Tue, 14 Jun 2022 20:26:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> said in <a href="/post/3532">help me configuring cron job for fof/sitemap - flarum</a>:</p>
<blockquote>
<p dir="auto">cd /home/master/applications/jm/public_html/ &amp;&amp; /usr/bin/php flarum fof:sitemap:build</p>
</blockquote>
<p dir="auto">this actually worked</p>
<pre><code>/usr/bin/echo php flarum fof:sitemap:build
</code></pre>
<p dir="auto"><a href="https://support.plesk.com/hc/en-us/articles/115003121073-How-to-add-a-scheduled-task-in-Plesk-UI-using-crontab-syntax-" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.plesk.com/hc/en-us/articles/115003121073-How-to-add-a-scheduled-task-in-Plesk-UI-using-crontab-syntax-</a></p>
<p dir="auto">Solved</p>
]]></description><link>https://sudonix.org/post/3533</link><guid isPermaLink="true">https://sudonix.org/post/3533</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Tue, 14 Jun 2022 20:26:11 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Tue, 14 Jun 2022 20:19:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/downpw" aria-label="Profile: DownPW">@<bdi>DownPW</bdi></a> hi, i have recently migrated to Plesk could you help me set up cron job with the new command</p>
<p dir="auto">old :</p>
<pre><code>@daily cd /home/master/applications/jm/public_html/ &amp;&amp; /usr/bin/php flarum fof:sitemap:build
</code></pre>
<p dir="auto">the formula is</p>
<pre><code>* * * * * /pathTOphp/php /pathTOflarum/flarum queue:work --stop-when-empty
</code></pre>
<p dir="auto">my flarum path is</p>
<pre><code>var/www/vhosts/domain.com/ask.domain.com
</code></pre>
<p dir="auto">what would be the new cron job line?</p>
]]></description><link>https://sudonix.org/post/3532</link><guid isPermaLink="true">https://sudonix.org/post/3532</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Tue, 14 Jun 2022 20:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Sun, 20 Feb 2022 12:32:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> yes, correct, but that editor also has the configuration of the Cron task <img src="https://sudonix.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=d3ec1f462c0" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title="👍" alt="👍" /></p>
]]></description><link>https://sudonix.org/post/2827</link><guid isPermaLink="true">https://sudonix.org/post/2827</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Sun, 20 Feb 2022 12:32:47 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Sun, 20 Feb 2022 12:23:05 GMT]]></title><description><![CDATA[<p dir="auto">very good <img src="https://sudonix.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=d3ec1f462c0" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://sudonix.org/post/2825</link><guid isPermaLink="true">https://sudonix.org/post/2825</guid><dc:creator><![CDATA[DownPW]]></dc:creator><pubDate>Sun, 20 Feb 2022 12:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Sun, 20 Feb 2022 10:25:56 GMT]]></title><description><![CDATA[<p dir="auto">when i enter  <code>crontab -e</code> it is taking me to GNU some kind of editor.</p>
<p dir="auto">anyway, i waited for 24hr now i can see <code>@ daily</code>  is working <img src="https://sudonix.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=d3ec1f462c0" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Solved <img src="https://sudonix.org/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=d3ec1f462c0" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /></p>
]]></description><link>https://sudonix.org/post/2824</link><guid isPermaLink="true">https://sudonix.org/post/2824</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Sun, 20 Feb 2022 10:25:56 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Sat, 19 Feb 2022 14:06:31 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">it’s taking me to a random new window.</p>
</blockquote>
<p dir="auto">Can you elaborate on this ? Not sure I fully understand.</p>
]]></description><link>https://sudonix.org/post/2820</link><guid isPermaLink="true">https://sudonix.org/post/2820</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Sat, 19 Feb 2022 14:06:31 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Sat, 19 Feb 2022 12:44:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phenomlab" aria-label="Profile: phenomlab">@<bdi>phenomlab</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/downpw" aria-label="Profile: DownPW">@<bdi>DownPW</bdi></a></p>
<p dir="auto">it’s taking me to a random new window. i have deleted the existing sitemap. currently, my server time is 18hr and i have set it to <code>@daily</code> I will wait for a few hours and see if it creates a sitemap</p>
]]></description><link>https://sudonix.org/post/2817</link><guid isPermaLink="true">https://sudonix.org/post/2817</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Sat, 19 Feb 2022 12:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Fri, 18 Feb 2022 20:33:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> can you post the output of <code>crontab -e</code> ?</p>
]]></description><link>https://sudonix.org/post/2812</link><guid isPermaLink="true">https://sudonix.org/post/2812</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Fri, 18 Feb 2022 20:33:50 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Fri, 18 Feb 2022 20:32:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a></p>
<p dir="auto">What command do you do for create the cron ?<br />
Task present in /etc/cron.daily ?<br />
Result of crontab -l ?<br />
/etc/init.d/cron start|stop|restart</p>
<p dir="auto">maybe :<br />
@daily USERWHORUNCOMMAND cd /home/master/applications/blabla/public_html/ &amp;&amp; /usr/bin/php flarum fof:sitemap:build</p>
<p dir="auto">EDIT: Phenomlab is here <img src="https://sudonix.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=d3ec1f462c0" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://sudonix.org/post/2811</link><guid isPermaLink="true">https://sudonix.org/post/2811</guid><dc:creator><![CDATA[DownPW]]></dc:creator><pubDate>Fri, 18 Feb 2022 20:32:33 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Fri, 18 Feb 2022 20:25:43 GMT]]></title><description><![CDATA[<p dir="auto">when i set this cron job it is not running once a day, any suggestions?</p>
<pre><code>@daily cd /home/master/applications/blabla/public_html/ &amp;&amp; /usr/bin/php flarum fof:sitemap:build
</code></pre>
<p dir="auto"><a href="https://sudonix.com/assets/uploads/files/1645111363100-0ac7c914-5536-4aac-9fd5-374a277fe08b-image-resized.png" target="_blank" rel="noopener noreferrer nofollow ugc">https://sudonix.com/assets/uploads/files/1645111363100-0ac7c914-5536-4aac-9fd5-374a277fe08b-image-resized.png</a></p>
]]></description><link>https://sudonix.org/post/2809</link><guid isPermaLink="true">https://sudonix.org/post/2809</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Fri, 18 Feb 2022 20:25:43 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 22:38:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phenomlab" aria-label="Profile: phenomlab">@<bdi>phenomlab</bdi></a> Now i understood will do it tomorrow.</p>
<p dir="auto"><a href="https://c.tenor.com/-LcVNMgtU9kAAAAM/shock-disbelief.gif" target="_blank" rel="noopener noreferrer nofollow ugc">https://c.tenor.com/-LcVNMgtU9kAAAAM/shock-disbelief.gif</a></p>
]]></description><link>https://sudonix.org/post/2748</link><guid isPermaLink="true">https://sudonix.org/post/2748</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Wed, 16 Feb 2022 22:38:14 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 21:33:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> no. Select all for everything assist from minutes, then in the minutes section, hold the <span class="glossary-wrapper" title="Control key" data-bs-toggle="tooltip" data-bs-placement="top"><span class="glossary-word">Ctrl</span></span> key and use the mouse to select every even number, so 00, 02, 04, 06 etc up to 58</p>
]]></description><link>https://sudonix.org/post/2746</link><guid isPermaLink="true">https://sudonix.org/post/2746</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Wed, 16 Feb 2022 21:33:03 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 21:02:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phenomlab" aria-label="Profile: phenomlab">@<bdi>phenomlab</bdi></a> like this?</p>
<p dir="auto"><img src="/assets/uploads/files/1645045352378-3e4c747d-0c68-46b4-9d7a-f910be002ffc-image.png" alt="3e4c747d-0c68-46b4-9d7a-f910be002ffc-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://sudonix.org/post/2744</link><guid isPermaLink="true">https://sudonix.org/post/2744</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Wed, 16 Feb 2022 21:02:34 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 21:00:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> said in <a href="/post/2739">help me configuring cron job for fof/sitemap - flarum</a>:</p>
<blockquote>
<p dir="auto">could you share one example setting for 2min</p>
</blockquote>
<p dir="auto">If you want to select every two minutes, you need to select 00, 02, 04 etc until you reach 58</p>
]]></description><link>https://sudonix.org/post/2742</link><guid isPermaLink="true">https://sudonix.org/post/2742</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Wed, 16 Feb 2022 21:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 20:50:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> yes</p>
]]></description><link>https://sudonix.org/post/2740</link><guid isPermaLink="true">https://sudonix.org/post/2740</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Wed, 16 Feb 2022 20:50:35 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 20:50:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phenomlab" aria-label="Profile: phenomlab">@<bdi>phenomlab</bdi></a> what does this setting mean? will it always runs?</p>
<p dir="auto"><img src="/assets/uploads/files/1645044591639-ac3f6d52-f623-4345-adfd-d1dbce7d0035-image.png" alt="ac3f6d52-f623-4345-adfd-d1dbce7d0035-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phenomlab" aria-label="Profile: phenomlab">@<bdi>phenomlab</bdi></a> said in <a href="/post/2737">help me configuring cron job for fof/sitemap - flarum</a>:</p>
<blockquote>
<p dir="auto">you should select every single minute from 00 - 59</p>
</blockquote>
<p dir="auto">could you share one example setting for 2min</p>
]]></description><link>https://sudonix.org/post/2739</link><guid isPermaLink="true">https://sudonix.org/post/2739</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Wed, 16 Feb 2022 20:50:57 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 20:48:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> you should select every single minute from 00 - 59</p>
]]></description><link>https://sudonix.org/post/2737</link><guid isPermaLink="true">https://sudonix.org/post/2737</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Wed, 16 Feb 2022 20:48:36 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 20:16:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phenomlab" aria-label="Profile: phenomlab">@<bdi>phenomlab</bdi></a> how to select 1min intervel?</p>
]]></description><link>https://sudonix.org/post/2735</link><guid isPermaLink="true">https://sudonix.org/post/2735</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Wed, 16 Feb 2022 20:16:03 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 20:12:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> no, that setting means it will execute at one minute past each hour.</p>
]]></description><link>https://sudonix.org/post/2734</link><guid isPermaLink="true">https://sudonix.org/post/2734</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Wed, 16 Feb 2022 20:12:54 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 20:07:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phenomlab" aria-label="Profile: phenomlab">@<bdi>phenomlab</bdi></a> does these settings mean run for every one min?</p>
<p dir="auto">when i am using like this its not running for every one minute</p>
<p dir="auto"><img src="/assets/uploads/files/1645040608735-429ab089-3803-46c4-bd12-b30b2b5f2ea6-image-resized.png" alt="429ab089-3803-46c4-bd12-b30b2b5f2ea6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">edit</p>
<ul>
<li>Solved</li>
</ul>
]]></description><link>https://sudonix.org/post/2732</link><guid isPermaLink="true">https://sudonix.org/post/2732</guid><dc:creator><![CDATA[Hari]]></dc:creator><pubDate>Wed, 16 Feb 2022 20:07:23 GMT</pubDate></item><item><title><![CDATA[Reply to help me configuring cron job for fof&#x2F;sitemap - flarum on Wed, 16 Feb 2022 13:51:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hari" aria-label="Profile: Hari">@<bdi>Hari</bdi></a> Yes.</p>
]]></description><link>https://sudonix.org/post/2692</link><guid isPermaLink="true">https://sudonix.org/post/2692</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Wed, 16 Feb 2022 13:51:51 GMT</pubDate></item></channel></rss>