---
title: "Deprecation: #51360 - Deprecate mod.tx_linkvalidator namespace in scheduler settings"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-51360"
source: "Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst"
typo3-version: "7.2"
typo3-major: 7
type: "deprecation"
issue: 51360
forge: "https://forge.typo3.org/issues/51360"
tags: ["TSConfig", "ext:linkvalidator", "ext:scheduler"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #51360 - Deprecate mod.tx_linkvalidator namespace in scheduler settings {#deprecation-51360}

See [forge#51360](https://forge.typo3.org/issues/51360)

## Description {#description}

Using the `mod.tx_linkvalidator` namespace in the linkvalidator scheduler task
settings has been marked as deprecated. To make the setting consistent with TSconfig the namespace
is changed to `mod.linkvalidator`.

## Impact {#impact}

Using `mod.tx_linkvalidator` in the scheduler task settings will throw an deprecation log entry.

## Affected installations {#affected-installations}

Instances which use the linkvalidator scheduler task and use custom TSconfig in the task settings.

## Migration {#migration}

Replace `mod.tx_linkvalidator` with `mod.linkvalidator` in all affected scheduler tasks.
