diff --git a/service/history/replication/task_processor.go b/service/history/replication/task_processor.go index a8744175ff3..566fb446b03 100644 --- a/service/history/replication/task_processor.go +++ b/service/history/replication/task_processor.go @@ -149,6 +149,7 @@ func NewTaskProcessor( replicationTaskFetcher.getRateLimiter(), }), taskRetryPolicy: taskRetryPolicy, + dlqRetryPolicy: dlqRetryPolicy, requestChan: replicationTaskFetcher.getRequestChan(), syncShardChan: make(chan *replicationspb.SyncShardStatus, 1), shutdownChan: make(chan struct{}),