<?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 dropbox webhook timeout multithread in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/432835#M1337</link>
    <description>&lt;P&gt;My webhook is timing out because the process that is being run in responce to the webhook is too long. now i know what u thinking "why is the process such a long one" well it just is okay and it needs to be so please. is there a way to respond to the webhook to say "thank you" but continue the process afterwoulds. is this like multithreading or what?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2020 18:14:05 GMT</pubDate>
    <dc:creator>ivan006</dc:creator>
    <dc:date>2020-06-29T18:14:05Z</dc:date>
    <item>
      <title>dropbox webhook timeout multithread</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/432835#M1337</link>
      <description>&lt;P&gt;My webhook is timing out because the process that is being run in responce to the webhook is too long. now i know what u thinking "why is the process such a long one" well it just is okay and it needs to be so please. is there a way to respond to the webhook to say "thank you" but continue the process afterwoulds. is this like multithreading or what?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:14:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/432835#M1337</guid>
      <dc:creator>ivan006</dc:creator>
      <dc:date>2020-06-29T18:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox webhook timeout multithread</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/432846#M1338</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;Dropbox expects your webhook URI to respond relatively quickly, so you should not perform the actual work to be done before responding to the webhook HTTPS request. You should have your server send the work off on to another thread so it can then send the HTTPS response quickly. There's some information about this under "Best practices" in &lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_self"&gt;the webhook documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 17:55:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/432846#M1338</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-26T17:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox webhook timeout multithread</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/433116#M1342</link>
      <description>&lt;P&gt;how do u recommend multithreading in php? curl? exec?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 16:56:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/433116#M1342</guid>
      <dc:creator>ivan006</dc:creator>
      <dc:date>2020-06-28T16:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox webhook timeout multithread</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/433358#M1345</link>
      <description>&lt;P&gt;Unfortunately, exactly how you manage threads is outside the scope of support I can offer, as it's not about using the&amp;nbsp;Dropbox API itself. Please refer to the documentation for your platform/programming language for information on how to use threads in your environment.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:07:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/433358#M1345</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-29T18:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox webhook timeout multithread</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/436740#M1381</link>
      <description>&lt;P&gt;ill just toggle a pending/complete status in and update_status.txt file during the webhook and then run a minute by minute cron job to check the update_status file for a pending statuses. God php is so mono-threadular why do i even bother.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 17:34:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-webhook-timeout-multithread/m-p/436740#M1381</guid>
      <dc:creator>ivan006</dc:creator>
      <dc:date>2020-07-12T17:34:15Z</dc:date>
    </item>
  </channel>
</rss>

