From b1681f6fbb29710ba65bfd04728a2e66abebe145 Mon Sep 17 00:00:00 2001 From: Frikky Date: Sun, 8 Feb 2026 18:01:36 +0100 Subject: [PATCH] Update README.md --- functions/onprem/worker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions/onprem/worker/README.md b/functions/onprem/worker/README.md index ba6c2a9d..49c03311 100644 --- a/functions/onprem/worker/README.md +++ b/functions/onprem/worker/README.md @@ -1,6 +1,10 @@ # Worker A worker implementation in Golang. This runs ALL Shuffle workflows onprem. In general receives jobs from Orborus. +## Standalone run (testing) + +`go run worker.go standalone ` + ## Development The ideal way to test the Worker is with a single workflow execution, standalone. Here are some environment variables you can use: