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.
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.
Configure Scan
Choose the Root PID, Depth, Language and Scan mode using the dedicated task fields.
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.