Data Retention

Tailor Platform automatically removes old data after specific retention periods to maintain system performance and optimize storage. This document outlines the retention periods for different types of data in the platform.

Retention Periods

Logs for the following data types are automatically removed after their respective retention periods:

Data TypeDescriptionRetention Period
Jobs and AttemptsBackground tasks and their execution attempts in the Executor service30 days
ExecutionsFunction service execution records30 days
Resolver Execution ResultsResults of GraphQL resolver operations30 days
Dataplane EventsSystem events from the data plane3 days
Controlplane Activity LogsPlatform activity logs from the control plane90 days

After these retention periods expire, the data is permanently deleted from the system and cannot be recovered.

Impact on Applications

When building applications on the Tailor Platform, be aware of these retention periods and design your data storage and retrieval strategies accordingly. For data that needs to be retained for longer periods, consider implementing custom archiving solutions or exporting the data to external storage systems before the retention period expires.