<?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: HTTP 504 timeouts during high-volume API &amp;amp; webhook syncs in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/HTTP-504-timeouts-during-high-volume-API-amp-webhook-syncs/m-p/95972#M4502</link>
    <description>&lt;P&gt;For high-volume webhook traffic, look at the worker queue and timeout configuration first. Returning 504s while direct requests stay fast can point to the listener or upstream queue getting saturated rather than a general network issue. Using bounded retries with exponential backoff, proper connection pooling and keeping webhook processing lightweight before acknowledging the request can help.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Sep 2026 15:45:13 GMT</pubDate>
    <dc:creator>Raza987</dc:creator>
    <dc:date>2026-09-13T15:45:13Z</dc:date>
    <item>
      <title>HTTP 504 timeouts during high-volume API &amp; webhook syncs</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/HTTP-504-timeouts-during-high-volume-API-amp-webhook-syncs/m-p/95905#M4467</link>
      <description>&lt;P&gt;Hello CyberSource Developer Community,&lt;/P&gt;&lt;P&gt;We are testing background listener stability and remote webhook payload handling when integrating payment gateway telemetry endpoints into automated systems.&lt;/P&gt;&lt;P&gt;Technical Setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Our integration architecture at Frontline Sales Consultancy (flsc.co.uk) triggers automated B2B notifications and REST API syncs over HTTPS (TLS 1.3).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The Issue We're Facing:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Under heavy concurrent load spikes, background POST webhook listener sockets occasionally report HTTP 504 gateway timeout responses before acknowledging payload completion.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Direct REST API requests to the same remote host resolve normally under 150ms thresholds.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there recommended network socket keep-alive settings or queue worker retries to prevent connection drops during high-volume data syncs?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any advice on managing asynchronous background worker threads would be appreciated!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2026 10:04:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/HTTP-504-timeouts-during-high-volume-API-amp-webhook-syncs/m-p/95905#M4467</guid>
      <dc:creator>flsc</dc:creator>
      <dc:date>2026-09-02T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP 504 timeouts during high-volume API &amp; webhook syncs</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/HTTP-504-timeouts-during-high-volume-API-amp-webhook-syncs/m-p/95906#M4468</link>
      <description>&lt;P&gt;A 504 under heavy concurrent load usually points more toward the gateway or worker queue timing out than the API itself. I’d check the proxy timeout values, connection pool limits, and how quickly the webhook handler acknowledges requests. It can also help to queue the payload first and process it in the background, with retries and backoff for failed jobs. Keeping the webhook response fast usually makes a big difference during traffic spikes.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2026 11:02:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/HTTP-504-timeouts-during-high-volume-API-amp-webhook-syncs/m-p/95906#M4468</guid>
      <dc:creator>adheenali_9</dc:creator>
      <dc:date>2026-09-02T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP 504 timeouts during high-volume API &amp; webhook syncs</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/HTTP-504-timeouts-during-high-volume-API-amp-webhook-syncs/m-p/95972#M4502</link>
      <description>&lt;P&gt;For high-volume webhook traffic, look at the worker queue and timeout configuration first. Returning 504s while direct requests stay fast can point to the listener or upstream queue getting saturated rather than a general network issue. Using bounded retries with exponential backoff, proper connection pooling and keeping webhook processing lightweight before acknowledging the request can help.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 15:45:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/HTTP-504-timeouts-during-high-volume-API-amp-webhook-syncs/m-p/95972#M4502</guid>
      <dc:creator>Raza987</dc:creator>
      <dc:date>2026-09-13T15:45:13Z</dc:date>
    </item>
  </channel>
</rss>

