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: