---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Table cleaner properties

# Table cleaner properties {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

These system properties control table cleaner behavior.
To set table cleaner system properties, navigate to the System Properties \[sys_properties\] table and add the property.
{#table-cleaner-properties__table_pkw_2hy_mxb__entry__2}

| Property | Description |
|-|-|
| Configure the number of days table cleaner must wait before attempting to reprocess a slow rule. `glide.db.tablecleaner.days_before_slow_rule_reattempt` | When a table cleaner rule has a query that takes longer than 30 seconds to complete, the entire table cleaner job is stopped. By default, table cleaner waits two days before including that rule in the table cleaner job again. You can change the default waiting period by adding this property. * Type: integer * Default value: 2 {#table-cleaner-properties__ul_icg_hjy_mxb} |
| Configure a time limit for a table cleaner rule. `glide.db.tablecleaner.chunk_delete_max_time_spent` | Limits how long the cleaner spends trying to batch-delete records per rule during a single run. The value is given in seconds and defaults to 1200 (20 minutes), which means the table cleaner runs hourly for a maximum of 20 minutes. You can change the default time limit by adding this property. * Type: integer * Default value: 1200 {#table-cleaner-properties__ul_bpw_rlv_szb} |
[Table 1. System properties]

{#table-cleaner-properties__table_pkw_2hy_mxb}

