first commit

This commit is contained in:
npc0-hue
2026-07-11 14:56:10 +08:00
commit 7e05d0a4e7
660 changed files with 78119 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
RUN_MODE=worker
RUN_PLATFORM_URL=http://127.0.0.1:8080
RUN_ENDPOINT_ID=run-local
RUN_DISPLAY_NAME=Local Run
RUN_VERSION=0.1.0
RUN_REGISTRATION_TOKEN=local-registration
RUN_WORKSPACE_ROOT=.run-workspace
RUN_SPOOL_ROOT=.run-workspace/spool
RUN_MAX_JOBS=1
RUN_HEARTBEAT_INTERVAL_MS=15000
RUN_POLL_INTERVAL_MS=2000
RUN_RETRY_BACKOFF_MS=1000