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
Add wrangler support for targeted placement Worker configurations.
The relevant tests have been added or updated, and type-level
enforcement of the new modes should prevent invalid formats from being
passed through.
Add support for "targeted" placement mode with region, host, and hostname fields
7
+
8
+
This change adds a new mode to `placement` configuration. You can specify one of the following fields to target specific external resources for Worker placement:
9
+
10
+
-`region`: Specify a region identifier (e.g., "aws:us-east-1") to target a region from another cloud service provider
11
+
-`host`: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP service
12
+
-`hostname`: Specify a hostname (e.g., "example.com") to target an HTTP resource
13
+
14
+
These fields are mutually exclusive - only one can be specified at a time.
0 commit comments