<?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: How to avoid ALTERYX APP being put on QUEUE ? in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/737387#M8555</link>
    <description>&lt;P&gt;The issue is this . This is an APP on demand - an Alteryx&amp;nbsp; workflow that copies file from one location to another after some processing . if a user has access to this URL that was published in GALLERY ( that is the only way other than all those users to buy ALTERYX desktop license to run this workflow ) ..he or she should be able to run ON DEMAND and not wonder what to do when its queued ...they lose connection . In other words ..they have to keep trying till it goes thru ...which is not an ideal solution at all&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So , i was wondering why not ALTERYX allow such workflows to be not put QUEUE when it has user input to process further&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 17:06:32 GMT</pubDate>
    <dc:creator>srikant96</dc:creator>
    <dc:date>2021-03-22T17:06:32Z</dc:date>
    <item>
      <title>How to avoid ALTERYX APP being put on QUEUE ?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/736512#M8546</link>
      <description>&lt;P&gt;I thought the purpose of APPS is to run on demand when user input is required to process further . By putting APPS on 'scheduler queue'....it&amp;nbsp; defeats the purpose of ALTERYX APP functionality&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wondering how we can avoid this ?&amp;nbsp; is there a setting that allow other jobs to be queued but let app run on its own....and put in wait status if load on server is very high... . At least that can trigger someone to act on increasing server capacity&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 17:08:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/736512#M8546</guid>
      <dc:creator>srikant96</dc:creator>
      <dc:date>2021-03-19T17:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid ALTERYX APP being put on QUEUE ?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/736535#M8548</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/32656"&gt;@srikant96&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If an app requires a user input it will generally not be suitable for scheduling. Apps that require user input (via the Interface Tools) would normally be run manually from the Gallery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is possible to schedule Apps but this will usually only make sense where the app doesn't require any user input, or the user inputs are being pulled from a pre-defined set of values (this approach is used with Connect metadata loaders, for example).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To avoid apps (or any other type of workflow) that are run manually interfering with scheduled runs you can assign a dedicated worker to your scheduled jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. If there's a particular problem you're facing then giving some more detail on that will help me or others on the forum to answer more specifically.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 17:55:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/736535#M8548</guid>
      <dc:creator>jamielaird</dc:creator>
      <dc:date>2021-03-19T17:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid ALTERYX APP being put on QUEUE ?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/736896#M8551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/32656"&gt;@srikant96&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alteryx servers can only run so many jobs at once.&amp;nbsp; &amp;nbsp;This based on number of processor cores that you have licensed divided by 2 with the standard server license including 4 cores or 2 concurrent jobs.&amp;nbsp; this number is the "Workflows Allowed to Run Simultaneously" in&amp;nbsp;&lt;A href="http://downloads.alteryx.com/Documentation/Alteryx%20Server%20Install%20and%20Configuration.pdf" target="_self"&gt;server settings&lt;/A&gt;. &amp;nbsp;This number includes both scheduled and user-run jobs.&amp;nbsp; If you already have the max number of jobs running and a user start another one it will be queued and run when the first of the existing jobs ends.&amp;nbsp; From the research that I've done, there's no way to change this nor is there a way to have a Queue message status, i.e. "Your job is Nth in the queue"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are ways that you can minimize the disruption.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;On the Engine page in the &lt;A href="http://downloads.alteryx.com/Documentation/Alteryx%20Server%20Install%20and%20Configuration.pdf" target="_self"&gt;server settings&lt;/A&gt;, make sure that you have "Run Engine at a Lower Priority" check to ensure that the Gallery jobs will take precedence once a slot becomes available.&lt;/LI&gt;&lt;LI&gt;Make sure that you use the maximum number of jobs that that you're licensed for.&amp;nbsp; When you first install the gallery with the standard license, it will set the simultaneous jobs to 2.&amp;nbsp; If you then add license packs to take advantage of additional cores, the simultaneous jobs setting doesn't automatically change.&amp;nbsp; It will remain at it default setting until you change it.&lt;/LI&gt;&lt;LI&gt;Consider adding one or more worker node to handle scheduled jobs.&amp;nbsp; This will free up the server to run gallery jobs.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; BTW: having a "Queue message status, i.e. "Your job is Nth in the queue"&amp;nbsp; is a great idea.&amp;nbsp; Add it as potential new feature in the &lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Ideas/idb-p/server-ideas" target="_self"&gt;ideas&lt;/A&gt; forum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 11:58:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/736896#M8551</guid>
      <dc:creator>danilang</dc:creator>
      <dc:date>2021-03-21T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid ALTERYX APP being put on QUEUE ?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/737387#M8555</link>
      <description>&lt;P&gt;The issue is this . This is an APP on demand - an Alteryx&amp;nbsp; workflow that copies file from one location to another after some processing . if a user has access to this URL that was published in GALLERY ( that is the only way other than all those users to buy ALTERYX desktop license to run this workflow ) ..he or she should be able to run ON DEMAND and not wonder what to do when its queued ...they lose connection . In other words ..they have to keep trying till it goes thru ...which is not an ideal solution at all&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So , i was wondering why not ALTERYX allow such workflows to be not put QUEUE when it has user input to process further&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 17:06:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/737387#M8555</guid>
      <dc:creator>srikant96</dc:creator>
      <dc:date>2021-03-22T17:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid ALTERYX APP being put on QUEUE ?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/737389#M8556</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To avoid apps (or any other type of workflow) that are run manually interfering with scheduled runs you can assign a dedicated worker to your scheduled jobs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--what is a worker . its for my IT team to configure somethings ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank You Jamielaird&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 17:08:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-avoid-ALTERYX-APP-being-put-on-QUEUE/m-p/737389#M8556</guid>
      <dc:creator>srikant96</dc:creator>
      <dc:date>2021-03-22T17:08:02Z</dc:date>
    </item>
  </channel>
</rss>

