Skip to content

Commit 7c5209b

Browse files
committed
Added triggering regions docs
1 parent ff81dc1 commit 7c5209b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/triggering.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,18 @@ View our [metadata doc](/runs/metadata) for more information.
980980

981981
View our [maxDuration doc](/runs/max-duration) for more information.
982982

983+
### `region`
984+
985+
You can override the default region when you trigger a run:
986+
987+
```ts
988+
await yourTask.trigger(payload, { region: "eu-central-1" });
989+
```
990+
991+
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.
992+
993+
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.
994+
983995
## Large Payloads
984996

985997
We recommend keeping your task payloads as small as possible. We currently have a hard limit on task payloads above 10MB.

0 commit comments

Comments
 (0)