Explain TTL even better so the LLMs hopefully understand it (#1726)

This commit is contained in:
James Ritchie
2025-02-21 16:11:16 +00:00
committed by GitHub
parent 62e3238ecc
commit 412eb81ee1
+1 -1
View File
@@ -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" });