From ed7ded1a04a6c4848a4504a4cbe7563a243076c3 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Fri, 21 Feb 2025 16:03:34 +0000 Subject: [PATCH] Explain TTL even better so the LLMs hopefully understand it --- docs/runs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runs.mdx b/docs/runs.mdx index 6de858b682..4bba924d56 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" });