Deployment
Temporal and Harness worker
Deploy the durable SRM watcher and analyst worker.
The production worker runs with FX_HARNESS_RUNTIME=temporal and connects to Temporal Cloud.
Required env vars:
FX_HARNESS_RUNTIME=temporalTEMPORAL_ADDRESSTEMPORAL_NAMESPACEFX_HARNESS_TASK_QUEUE=srm-watcher-cronTEMPORAL_TLS_CERTTEMPORAL_TLS_KEYFX_API_BASE_URLFX_API_KEYWORKER_API_TOKEN- optional
FX_AUDIT_FORWARD_INTERVAL_MS - optional
FX_SLACK_WEBHOOK_URL
Before building the worker container for staging, follow ADR-0005 and replace local link: Harness dependencies with published @fabric-harness/sdk and @fabric-harness/temporal packages.
docker build -t fabric-experiments-worker:staging -f infra/harness/worker.dockerfile .