Mnovich/temporal scheduler (#2745)

This commit is contained in:
Max Novich
2025-06-09 10:57:19 -07:00
committed by GitHub
parent 650d6c7aee
commit e6028d2fad
35 changed files with 4896 additions and 172 deletions
+3 -3
View File
@@ -93,10 +93,10 @@ run-ui-only:
# Run UI with alpha changes
run-ui-alpha:
run-ui-alpha temporal="true":
@just release-binary
@echo "Running UI..."
cd ui/desktop && npm install && ALPHA=true npm run start-alpha-gui
@echo "Running UI with {{ if temporal == "true" { "Temporal" } else { "Legacy" } }} scheduler..."
cd ui/desktop && npm install && ALPHA=true GOOSE_SCHEDULER_TYPE={{ if temporal == "true" { "temporal" } else { "legacy" } }} npm run start-alpha-gui
# Run UI with latest (Windows version)
run-ui-windows: