<?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 Exception handling: number of retries for async executions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49125#M28247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When setting a service task to asynchronous it looks like in case of an Exception the internal job handler will &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;retry 3 times&lt;/SPAN&gt;&lt;SPAN&gt; (?) before giving up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;How do I configure the number of retries for async services?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;What if I do not want to retry at all?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;What if I want the retry not immediately - but manually triggered later on?&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Any ideas? Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gunnar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2011 08:43:17 GMT</pubDate>
    <dc:creator>gunnar1</dc:creator>
    <dc:date>2011-12-19T08:43:17Z</dc:date>
    <item>
      <title>Exception handling: number of retries for async executions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49125#M28247</link>
      <description>When setting a service task to asynchronous it looks like in case of an Exception the internal job handler will retry 3 times (?) before giving up.How do I configure the number of retries for async services? What if I do not want to retry at all?What if I want the retry not immediately - but manuall</description>
      <pubDate>Mon, 19 Dec 2011 08:43:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49125#M28247</guid>
      <dc:creator>gunnar1</dc:creator>
      <dc:date>2011-12-19T08:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exception handling: number of retries for async executions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49126#M28248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Team: How can we configure job execution retry count ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 13:21:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49126#M28248</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2012-08-07T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exception handling: number of retries for async executions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49127#M28249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the configuration?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 17:26:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49127#M28249</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-08-07T17:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exception handling: number of retries for async executions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49128#M28250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, in configuration if possible if not - somehow else.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 19:42:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49128#M28250</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2012-08-07T19:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exception handling: number of retries for async executions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49129#M28251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually in Activiti itself that is pretty much hard coded to 3. It should be possible to change that by you with a static property:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; JobEntity.DEFAULT_RETRIES = 17;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it is actually not that nice. In camunda fox we introduced configuration on the level of activities / flow nodes: &lt;/SPAN&gt;&lt;A href="https://app.camunda.com/confluence/display/foxUserGuide/Custom+Job+Retry+Strategy" rel="nofollow noopener noreferrer"&gt;https://app.camunda.com/confluence/display/foxUserGuide/Custom+Job+Retry+Strategy&lt;/A&gt;&lt;SPAN&gt;. I think that is more flexible. So that is always the proof: You can extend the behavior yourself &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 05:46:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-handling-number-of-retries-for-async-executions/m-p/49129#M28251</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2012-08-14T05:46:20Z</dc:date>
    </item>
  </channel>
</rss>

