<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Best Scheduling Method in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Best-Scheduling-Method/m-p/48794#M4285</link>
    <description>&lt;P&gt;Hi Stephen,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would always default to Method Two. The reason for this is that if RuntimeResource1 - Queue 2 fails in Task 2 due to a termination or another unexpected cause, it's possible that Task 3 will not kick-off as the RuntimeResource1 is now either offline or busy.&lt;/P&gt;
&lt;P&gt;In Method Two, if one of the automations terminates on RuntimeResource1 you have two other resources that are still performing the work in 2 &amp;amp; 3. I would be careful with Method 2 though, if you are not monitoring the control room actively, it could be a while until you realize that RR1 is no longer working on queue items and now your backlog is growing in Queue 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two other points, always ensure that you are using the Login Agent in your tasks before kicking off a process and ensure you provide a minimum of 60 seconds in between tasks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Potvin &lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;SS&amp;amp;C Blue Prism&lt;BR /&gt;Canada&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Oct 2023 13:48:00 GMT</pubDate>
    <dc:creator>chrispotvin</dc:creator>
    <dc:date>2023-10-13T13:48:00Z</dc:date>
    <item>
      <title>Best Scheduling Method</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Best-Scheduling-Method/m-p/48793#M4284</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What do you guys think is the best scheduling method.&amp;nbsp; Using the following examples&lt;/P&gt;
&lt;P&gt;RunTimeResource1 , RunTimeResource2, RunTimeResource3&lt;/P&gt;
&lt;P&gt;Queue1 , Queue2 , Queue3 , Queue 4&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Method One&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Schedule 1&lt;/P&gt;
&lt;P&gt;Task 1&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RunTimeResource1 - Queue1&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Task2&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RunTimeResource1 - Queue2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Task3&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RunTimeResource1 - Queue3&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Task4&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RunTimeResource1 - Queue4&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;(each Resource has its own schedule with a task for each Queue as above)&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Method Two&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Schedule 1&lt;/P&gt;
&lt;P&gt;Task 1&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RunTimeResource1 - Queue1&lt;/LI&gt;
&lt;LI&gt;RunTimeResource2 - Queue1&lt;/LI&gt;
&lt;LI&gt;RunTimeResource3 - Queue1&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;(each queue has its own schedule with one task that has all Run Time Resources)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Stephen Eric Jones&lt;BR /&gt;Blue Prism Developer&lt;BR /&gt;Swinton Insurance&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2023 08:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Best-Scheduling-Method/m-p/48793#M4284</guid>
      <dc:creator>Stephen.Jones</dc:creator>
      <dc:date>2023-10-13T08:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Best Scheduling Method</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Best-Scheduling-Method/m-p/48794#M4285</link>
      <description>&lt;P&gt;Hi Stephen,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would always default to Method Two. The reason for this is that if RuntimeResource1 - Queue 2 fails in Task 2 due to a termination or another unexpected cause, it's possible that Task 3 will not kick-off as the RuntimeResource1 is now either offline or busy.&lt;/P&gt;
&lt;P&gt;In Method Two, if one of the automations terminates on RuntimeResource1 you have two other resources that are still performing the work in 2 &amp;amp; 3. I would be careful with Method 2 though, if you are not monitoring the control room actively, it could be a while until you realize that RR1 is no longer working on queue items and now your backlog is growing in Queue 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two other points, always ensure that you are using the Login Agent in your tasks before kicking off a process and ensure you provide a minimum of 60 seconds in between tasks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Potvin &lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;SS&amp;amp;C Blue Prism&lt;BR /&gt;Canada&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2023 13:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Best-Scheduling-Method/m-p/48794#M4285</guid>
      <dc:creator>chrispotvin</dc:creator>
      <dc:date>2023-10-13T13:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Best Scheduling Method</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Best-Scheduling-Method/m-p/48795#M4286</link>
      <description>&lt;P&gt;That's some great points , than you.&amp;nbsp; We currently have Login Agent running on its own schedule, but I think putting it as a a task at the start of method 2 scheduling would be a better option.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank You&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Stephen Eric Jones&lt;BR /&gt;Blue Prism Developer&lt;BR /&gt;Swinton Insurance&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2023 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Best-Scheduling-Method/m-p/48795#M4286</guid>
      <dc:creator>Stephen.Jones</dc:creator>
      <dc:date>2023-10-13T14:05:00Z</dc:date>
    </item>
  </channel>
</rss>

