From 412eb81ee11a0995231a320acf2fa0a03214ea5f Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Fri, 21 Feb 2025 16:11:16 +0000 Subject: [PATCH] Explain TTL even better so the LLMs hopefully understand it (#1726) --- docs/runs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runs.mdx b/docs/runs.mdx index 6de858b68..4bba924d5 100644 --- a/docs/runs.mdx +++ b/docs/runs.mdx @@ -127,7 +127,7 @@ When a run is canceled: ### Time-to-live (TTL) -You can set a TTL when triggering a run: +TTL is a time-to-live setting that defines the maximum duration a run can remain in a queued state before being automatically expired. You can set a TTL when triggering a run: ```ts await yourTask.trigger({ foo: "bar" }, { ttl: "10m" });