Files
shuffle-cracked/functions/onprem/worker
Pascal Sthamer 45ed10405c go fmt
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
2025-10-15 11:34:53 +02:00
..
2023-10-23 00:00:40 +02:00
2025-07-18 14:57:30 +02:00
2025-10-10 22:26:14 +05:30
2025-09-01 19:19:34 +02:00
2023-07-06 17:19:52 +02:00
2021-11-01 15:05:56 +01:00
2025-10-15 11:34:53 +02:00

Worker

A worker implementation in Golang. This runs ALL Shuffle workflows onprem. In general receives jobs from Orborus.

Development

The ideal way to test the Worker is with a single workflow execution, standalone. Here are some environment variables you can use:

# Control what to run
export ENVIRONMENT_NAME=""
export SHUFFLE_CLOUDRUN_URL="https://shuffler.io"
export AUTHORIZATION=""
export EXECUTIONID=""

# Control debugging and shutdown mechanisms 
export DEBUG="true"
export SHUFFLE_WORKER_SHUTDOWN_DISABLED="true"