Skip to content

Commit 412eb81

Browse files
authored
Explain TTL even better so the LLMs hopefully understand it (#1726)
1 parent 62e3238 commit 412eb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/runs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ When a run is canceled:
127127

128128
### Time-to-live (TTL)
129129

130-
You can set a TTL when triggering a run:
130+
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:
131131

132132
```ts
133133
await yourTask.trigger({ foo: "bar" }, { ttl: "10m" });

0 commit comments

Comments
 (0)