Environment

class

gworker_client.resources.Environment

A named environment whose key-value pairs are injected as environment variables into the task container at deploy time. Manage environments in the dashboard or via the CLI.

Class

python
1class Environment

Methods

from_name

python
1from_name(name: str) -> Environment

Reference a named environment by name. Raises NotFoundError at deploy time if the environment does not exist in the tenant.

← Back to docs