# Scheduled tasks

You can make changes to scheduled tasks through [Settings](/pim3/reference/settings.md) > [Setup](/pim3/reference/settings/setup.md) > [Scheduled tasks](/pim3/reference/settings/setup/scheduled-tasks.md).

## Scheduled tasks

### Collection updater

The interval in seconds between each run of the collections updater task (Default is 300).

### Measuring point updater

The interval in seconds between each run of the measuring point updater task (Default is 300).

### Data supplier notifier

The interval in seconds between each run of the task sending digest mails to data suppliers (Default is 300).

## Import directory cleanup task

### Enabled

Determines whether the import directory cleanup task is enabled or disabled.

### Interval

The interval in seconds between each run of the import directory cleanup task (Default is 21600).

### Retention in days

The number of days to store imported files (Default is 14).

## Webhooks

### Enable retry

Determines whether to enable or disable webhook retry for failed requests. Two retries will be triggered if enabled.

{% hint style="info" %}
**Note** Changes will not take effect until the application is restarted.
{% endhint %}

{% hint style="info" %}
**Note** Remember to click "Save scheduled tasks setup" after making changes.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.struct.com/pim3/reference/settings/setup/scheduled-tasks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
