<?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: Are there default timeouts for asynchronous actions? in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30070#M1826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indiana,&lt;/P&gt;&lt;P&gt;This is normal, do not worry about it.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2018 08:13:16 GMT</pubDate>
    <dc:creator>Robert_Decker</dc:creator>
    <dc:date>2018-06-26T08:13:16Z</dc:date>
    <item>
      <title>Are there default timeouts for asynchronous actions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30065#M1821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any default timeouts for certain&lt;A _jive_internal="true" href="https://community.checkpoint.com/thread/1268"&gt; asynchronous actions&lt;/A&gt; such as publish, install-policy, etc?&amp;nbsp;&amp;nbsp;I'm writing code that will publish changes, and then monitor the task-id associated with that publish action.&amp;nbsp; Knowing how long Checkpoint will wait before a certain task will timeout and (I assume) mark the task status as 'failed' will help me be able to write smarter code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main ones I'm interested in are:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;publish&lt;/P&gt;&lt;P&gt;verify-policy&lt;/P&gt;&lt;P&gt;install-policy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 16:19:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30065#M1821</guid>
      <dc:creator>phlrnnr</dc:creator>
      <dc:date>2018-06-11T16:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Are there default timeouts for asynchronous actions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30066#M1822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phillip,&lt;/P&gt;&lt;P&gt;You do not have to worry about async operations timeouts. As long as you call the show-task command, the connection will remain opened until a final result will arrive, and it will.&lt;/P&gt;&lt;P&gt;BTW, regarding the publish operation - I suggest calling it every ~100 CRUD operations to avoid heavy loads.&lt;/P&gt;&lt;P&gt;If you use the mgmt_cli command line tool, it will wait for you.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 16:59:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30066#M1822</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-06-11T16:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Are there default timeouts for asynchronous actions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30067#M1823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phillip,&lt;/P&gt;&lt;P&gt;Default connection timeout for web_api is 5 minutes, mgmt_cli is 3 minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 18:32:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30067#M1823</guid>
      <dc:creator>Ralph_Pho</dc:creator>
      <dc:date>2018-06-11T18:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Are there default timeouts for asynchronous actions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30068#M1824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is correct, but when calling the show-task command, the connection is always kept-alive.&lt;/P&gt;&lt;P&gt;robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 19:06:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30068#M1824</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-06-11T19:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Are there default timeouts for asynchronous actions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30069#M1825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;When I try to get the publishing progress, it always return 60% before it is done.&lt;/P&gt;&lt;P&gt;Is this normal?&lt;/P&gt;&lt;P&gt;Indiana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 07:01:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30069#M1825</guid>
      <dc:creator>Indiana_Zhao</dc:creator>
      <dc:date>2018-06-26T07:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Are there default timeouts for asynchronous actions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30070#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indiana,&lt;/P&gt;&lt;P&gt;This is normal, do not worry about it.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 08:13:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Are-there-default-timeouts-for-asynchronous-actions/m-p/30070#M1826</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-06-26T08:13:16Z</dc:date>
    </item>
  </channel>
</rss>

