You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your payload contains Date objects, pass them directly rather than manually stringifying with
739
+
`JSON.stringify()`. The SDK handles Date serialization automatically. If you need to stringify
740
+
manually, convert Dates to ISO strings first (e.g., `date.toISOString()`).
741
+
</Note>
742
+
736
743
### `ttl`
737
744
738
745
You can set a TTL (time to live) when triggering a task, which will automatically expire the run if it hasn't started within the specified time. This is useful for ensuring that a run doesn't get stuck in the queue for too long.
@@ -1048,7 +1055,7 @@ You can override the default region when you trigger a run:
If you don't specify a region it will use the default for your project. Go to the "Regions" page in the dashboard to see available regions or switch your default.
1058
+
If you don't specify a region it will use the default for your project. Go to the "Regions" page in the dashboard to see available regions or switch your default. Static IP addresses are also available on the Regions page for paid plans.
1052
1059
1053
1060
The region is where your runs are executed, it does not change where the run payload, output, tags, logs, or are any other data is stored.
0 commit comments