request *historyservice.GetDLQTasksRequest,
opts ...grpc.CallOption,
shardID := c.getRandomShard()
var response *historyservice.GetDLQTasksResponse
op := func(ctx context.Context, client historyservice.HistoryServiceClient) error {
var err error
ctx, cancel := c.createContext(ctx)