Temporal Worker
- Commercial Systems
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 9 | 08 Mar 2024 | |
latest/edge | 19 | 08 Oct 2024 |
juju deploy temporal-worker-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
auth-provider | string
Authentication provider for user authentication.
Acceptable values are "candid" and "google".
-
candid-private-key | string
Private key for Candid authentication.
-
candid-public-key | string
Public key for Candid authentication.
-
candid-url | string
URL of the Candid service.
-
candid-username | string
Username for accessing the Candid service.
-
encryption-key | string
Base64-encoded key used for data encryption.
-
host | string
The hostname of the Temporal server.
-
http-proxy | string
Used to set HTTP_PROXY environment variable.
-
https-proxy | string
Used to set HTTPS_PROXY environment variable.
-
log-level | string
Default: info
Configures the log level of gunicorn.
Acceptable values are: "info", "debug", "warning", "error" and "critical"
-
namespace | string
Temporal namespace the worker should connect to.
-
no-proxy | string
Used to set NO_PROXY environment variable.
-
oidc-auth-cert-url | string
Authentication certificate URL for OIDC authentication.
-
oidc-auth-type | string
Default: service_account
Authentication type for OIDC authentication.
-
oidc-auth-uri | string
Authentication URI for OIDC authentication.
-
oidc-client-cert-url | string
Client certificate URL for OIDC authentication.
-
oidc-client-email | string
Client email for OIDC authentication.
-
oidc-client-id | string
Client ID for OIDC authentication.
-
oidc-private-key | string
Project key for OIDC authentication.
-
oidc-private-key-id | string
Private key ID for OIDC authentication.
-
oidc-project-id | string
Project ID for OIDC authentication.
-
oidc-token-uri | string
Token URI for OIDC authentication.
-
queue | string
Temporal task queue the worker should connect to.
-
sentry-dsn | string
Sentry Data Source Name to send events to.
-
sentry-environment | string
The environment to log errors to in Sentry.
-
sentry-redact-params | boolean
Indicates whether or not event parameters sent to Sentry should be redacted.
-
sentry-release | string
The version of your code deployed to an environment.
-
sentry-sample-rate | float
Default: 1.0
A value between 0 (0% of errors) and 1 (100% of errors) to indicate the proportion of errors to be captured by Sentry.
-
supported-activities | string
Comma-separated list of workflow activities to extract from attached wheel file.
-
supported-workflows | string
Comma-separated list of workflow names to extract from attached wheel file.
-
tls-root-cas | string
Root certificate authority (CA) certificates for TLS communication.
-
workflows-file-name | string
Name of the wheel file resource attached to the charm.