Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 416 Bytes

File metadata and controls

5 lines (4 loc) · 416 Bytes
@trigger.dev/core patch

Extend SessionTriggerConfig with three optional fields previously missing from the schema: maxDuration (per-run wall-clock cap, seconds), lockToVersion (pin every run to a specific worker version), and region (geographic scheduling). Each forwards to the matching field on TaskRunOptions when the run is triggered. Existing sessions without these fields are unaffected.