Skip to content

fix(akamai): add propagation timeout to prevent worker thread from hanging#1202

Open
notandy wants to merge 1 commit intomainfrom
fix/akamai-propagation-timeout
Open

fix(akamai): add propagation timeout to prevent worker thread from hanging#1202
notandy wants to merge 1 commit intomainfrom
fix/akamai-propagation-timeout

Conversation

@notandy
Copy link
Copy Markdown
Collaborator

@notandy notandy commented May 4, 2026

The Akamai driver's WorkerThread could block indefinitely waiting for GTM propagation status to leave PENDING state. This starved all other sync operations and caused the driver to appear hung.

Add a configurable PropagationTimeout (default 300s) that breaks out of the polling loop if exceeded, allowing the sync loop to continue.

…nging

The Akamai driver's WorkerThread could block indefinitely waiting for
GTM propagation status to leave PENDING state. This starved all other
sync operations and caused the driver to appear hung.

Add a configurable PropagationTimeout (default 300s) that breaks out of
the polling loop if exceeded, allowing the sync loop to continue.
@notandy notandy requested review from a team, AbdullahKaratas and ronchi-oss as code owners May 4, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant