Scheduler Integration

Automate local accessibility scans by integrating AQG with the TYPO3 native Scheduler module. TYPO3 13 and TYPO3 14 are both supported; TYPO3 14 uses the native Scheduler task configuration UI.

info
Execution Frequency

We recommend running the full site audit during low-traffic periods (e.g. 02:00 UTC). High-frequency checks (every 15 minutes) should be limited to specific critical page trees to avoid database overhead.

01

Create New Task

Navigate to the System > Scheduler module. Click the Add Task button and select Accessibility Quality Gate: Site Scan from the task list.

02

Configure Scan

Choose the Root PID, Depth, Language and Scan mode using the dedicated task fields.

03

Define Recurrence

Set the scheduler frequency using cron syntax. For a daily check at midnight, use 0 0 * * *. Ensure the TYPO3 scheduler system cron is properly configured on your server environment.

Command Reference

Use the dedicated AQG Scheduler task to run recurring scans for a selected root page and depth. This avoids the generic console command task workflow.

Cron Patterns

A nightly full scan is the safest default. Teams with large editorial throughput can layer hourly checks for specific page trees that carry higher business risk.

Debugging

When a scheduler run fails, verify TYPO3 scheduler logs, inspect CLI output directly in the terminal, and confirm file permissions for temporary report storage.