Files
shuffle-cracked/functions/onprem/worker
2026-01-14 17:51:04 +05:30
..
2023-10-23 00:00:40 +02:00
2025-07-18 14:57:30 +02:00
2025-12-19 16:07:10 +05:30
2025-11-26 14:05:05 +05:30
2023-07-06 17:19:52 +02:00
2021-11-01 15:05:56 +01: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"