Explain TTL even better so the LLMs hopefully understand it (#1726)
This commit is contained in:
+1
-1
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user