<?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: CRM Extension Timeout in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/272884#M24784</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/142"&gt;@Derek_Gervais&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are experiencing this as well in some edge cases...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ui renders fine while it's waiting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dismayed,&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 17:03:47 GMT</pubDate>
    <dc:creator>Wholesale-Solar</dc:creator>
    <dc:date>2019-05-31T17:03:47Z</dc:date>
    <item>
      <title>CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237711#M16607</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I’m getting a request timeout on lots of my CRM extension calls. It appears that the timeout is set to around 2-3 seconds. On average, my JSON response takes a bit longer to than that due to the complexity of the calls I’m making to a third party API. Is there any way to increase the timeout?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;
Tim&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:54:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237711#M16607</guid>
      <dc:creator>tfrewin</dc:creator>
      <dc:date>2017-10-18T07:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237712#M16608</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/tfrewin"&gt;@tfrewin&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;It’s not currently possible to increase the timeout of the data fetch request. While I’m not yet sure precisely what the timeout value is, HubSpot expects a response from the data fetch URI quickly in order to render the UI. I’ll reach back out here when I have an exact figure for the timeout.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:04:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237712#M16608</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2017-10-18T19:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237713#M16609</link>
      <description>&lt;P&gt;Hi Derek,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;The slowest logged successful request of mine was 3.032 seconds. When I load one relatively slow request in a browser, it takes between roughly 2-4 seconds. But it never loads in HubSpot.&lt;/P&gt;
&lt;P&gt;If I look in my browser dev tools, I can see that HubSpot is calling its own endpoint which in turn must call mine. That has a timeout parameter specified as 7 seconds (&lt;A href="https://api.hubspot.com/extensions/sales-objects/v1/objects?objectTypeId=422&amp;amp;associatedObjectId=578xx014&amp;amp;associatedObjectType=COMPANY&amp;amp;portalId=39xx37&amp;amp;clienttimeout=7000" rel="nofollow noopener"&gt;https://api.hubspot.com/extensions/sales-objects/v1/objects?objectTypeId=422&amp;amp;associatedObjectId=578xx014&amp;amp;associatedObjectType=COMPANY&amp;amp;portalId=39xx37&amp;amp;clienttimeout=7000&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;I’ve tried modifying that parameter and loading the endpoint from my browser but it doesn’t seem to make any difference, I’m not sure that that parameter is actually being used. If the timeout is in fact 7 seconds, that sounds much more reasonable but I’m not sure why it’s taking twice as long for HubSpot to call my endpoint as it is for me to load it in a browser.&lt;/P&gt;
&lt;P&gt;Anything that you could do to help me either extend the timeout or figure out why HubSpot is loading my endpoint so slowly would be much appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;
Tim&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:26:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237713#M16609</guid>
      <dc:creator>tfrewin</dc:creator>
      <dc:date>2017-10-18T19:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237714#M16610</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/tfrewin"&gt;@tfrewin&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;The HubSpot app makes a call from the frontend to our own service, which then makes a request to the data fetch URI. The timeout parameter included in the frontend request is unrelated to the request HubSpot makes to your server. The timeout for the request HubSpot is making to your server is around 3 seconds, and it’s currently not possible to adjust that timeout. You should be able to see the CRM extension requests in the API call logging tools of your developer portal to get an idea for how long these requests are taking.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 20:35:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/237714#M16610</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2017-10-20T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/272884#M24784</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/142"&gt;@Derek_Gervais&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are experiencing this as well in some edge cases...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ui renders fine while it's waiting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dismayed,&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 17:03:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/272884#M24784</guid>
      <dc:creator>Wholesale-Solar</dc:creator>
      <dc:date>2019-05-31T17:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/272927#M24793</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/10685"&gt;@Wholesale-Solar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This topic is pretty old, so let me follow up with my team and verify how our timeouts are configured now. I'll get back to you here when I have more info for you.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 18:29:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/272927#M24793</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2019-05-31T18:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/273225#M24823</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/10685"&gt;@Wholesale-Solar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to confirm with my team. The timeout is non-configurable, and is set to 5s.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 18:26:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/273225#M24823</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2019-06-03T18:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/273237#M24826</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/142"&gt;@Derek_Gervais&lt;/a&gt;&amp;nbsp;Thank you for the udpate. Seems shorter then that. We've hacked around it....&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 19:49:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/273237#M24826</guid>
      <dc:creator>Wholesale-Solar</dc:creator>
      <dc:date>2019-06-03T19:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/397876#M39341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/10685"&gt;@Wholesale-Solar&lt;/a&gt;, I know it's a while ago by now. But if you still know how you did it, would you like to share the hack-around with us?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 10:41:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/397876#M39341</guid>
      <dc:creator>SamKreeke</dc:creator>
      <dc:date>2021-01-08T10:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: CRM Extension Timeout</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/398551#M39392</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/130838"&gt;@SamKreeke&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We had to build multiple layers of object caching on our backend... Users still get timeouts when requesting items that take longer than 5 seconds on the back end to put together... but even though hubspot bails out - the back end still builds the and caches the object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO if it fails, users just refresh once or twice and then it's cached on the backend and the request completes quickly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Far majority of crm ext requests complete successfully.&lt;BR /&gt;&lt;BR /&gt;Not sure what the 5 seconds is for, 10 seconds would be better.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 17:39:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-Extension-Timeout/m-p/398551#M39392</guid>
      <dc:creator>Wholesale-Solar</dc:creator>
      <dc:date>2021-01-11T17:39:15Z</dc:date>
    </item>
  </channel>
</rss>

