<@ULVA73B9P>, i am running prefect on EKS with sel...
# ask-marvin
s
@Marvin, i am running prefect on EKS with self hosting prefect service on EKS as well, is there any config to set TTL for completed jobs?
m
To configure the TTL (time to live) for completed jobs in Prefect while self-hosting the service on EKS, you would need to set retention policies for flow and task runs. This can usually be done through settings in your Prefect configuration. However, detailed specifics on TTL settings were not directly found in the documentation or search. You might be able to set these configurations using Prefect’s API or through the Prefect UI. You can find more documentation on hosting Prefect on Kubernetes at: https://docs.prefect.io/latest/guides/deployment/kubernetes/ And for hosting Prefect server instance: https://docs.prefect.io/latest/guides/host/ For more precise instructions or examples, you might want to check directly on Prefect’s GitHub issues or ask in their community forums. Would you like me to search GitHub issues next for more specific examples or configurations?