Proxy

class

gworker_client.resources.Proxy

A named proxy (pinned-region or static-egress) attached to the task. Outbound requests from the task are routed through the proxy. Useful for IP-allow-listing or geo-pinned egress.

Class

python
1class Proxy

Methods

from_name

python
1from_name(name: str) -> Proxy

Reference a named proxy by name. Raises NotFoundError at deploy time if the proxy has not been provisioned in the tenant.

← Back to docs