HomeTroubleshooting Hub › Replication queue blocked

Replication queue blocked

Purpose: Unblock author→publish replication and prevent the queue from silently stopping content flow.

Who this page is for

AudienceWhy it matters to you
All engineersContent-not-updating incidents
Platform engineersPrevention

Recognise it

Authors report "published but nothing happens" — for everything, not one page (one page = different lane: that page's ACLs/references). Author → replication agents console: queue depth growing, oldest item stuck, retries climbing.

Diagnose the stuck head item

The queue is ordered: one poisoned item blocks everything behind it. Open the agent's log (linked from the agent page):

Log patternCauseAction
Connection refused / timeoutPublish down or unreachable (network, TLS cert expired on receiver)Fix transport; Test Connection button confirms
401/403 from publishTransport user credentials/permissions broken (rotation? hardening change?)Fix transport user; verify on publish
500 from publish on one payloadPublish-side import failing (constraint violation, disk full, corrupt payload)Publish error.log has the paired stack trace
OversizedItem / OOM patternsSomeone activated a giant tree/asset batchSee bulk note below

Actions on the queue itself: retry the head after fixing transport; remove the head item only when diagnosed (record what it was — it needs re-publishing later); clearing the whole queue is a last resort that requires re-activation reconciliation afterwards.

Bulk-activation self-inflicted jams

Tree activation of 10k pages during business hours: queue technically healthy, throughput just saturated (and the dispatcher invalidation storm arrives when it drains — caching). Batch big activations off-peak, in chunks, and warn ops.

Prevention

Quick navigation